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

Commit

Permalink
Add query boosting to give more weight to title, author then text
Browse files Browse the repository at this point in the history
Issue: #66
  • Loading branch information
Pragya Tripathi authored and Pragya Tripathi committed Apr 15, 2019
1 parent b36cb17 commit 34dfcd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parijat-frontend/src/routes/search/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ export default class Search extends Component {
'title',
'author',
'text',
'text.latin',
'title.latin',
'author.latin'
'text.latin^4',
'title.latin^6',
'author.latin^5'
]}
/>
</div>
Expand Down

0 comments on commit 34dfcd2

Please sign in to comment.