Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 34dfcd2

Browse files
Pragya TripathiPragya Tripathi
authored andcommitted
Add query boosting to give more weight to title, author then text
Issue: #66
1 parent b36cb17 commit 34dfcd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • parijat-frontend/src/routes/search

parijat-frontend/src/routes/search/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ export default class Search extends Component {
8181
'title',
8282
'author',
8383
'text',
84-
'text.latin',
85-
'title.latin',
86-
'author.latin'
84+
'text.latin^4',
85+
'title.latin^6',
86+
'author.latin^5'
8787
]}
8888
/>
8989
</div>

0 commit comments

Comments
 (0)