Skip to content

Commit

Permalink
fix(smartsearch): imrpove performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney17 committed Feb 10, 2023
1 parent bdb1ac3 commit d54af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- `smartsearch`
- This is a toggle that allows you to use fuzzy search for the search, depends on your own use case and preference.
- `indexAbstracts`
- This is a toggle that allows you to index the abstract of the reference in the search. This can make search results more relevant but is expensive from a performance perspective
- This is a toggle that allows you to index the abstract of the reference in the search. This can make search results more relevant but can also slow down the search.
- `templatePage`
- This is the path to the page template that will be used to create pages for the references. Simply create a page and name it whatever you want. Type the name of the page here. The page can use dynamic variables like {type}, {author}, {citekey}, {author lastname}, {abstract} etc.
- When you create a page via a citation, the page will follow the template of the specified page and will automatically resolve the dynamic variables to it's actual values. You can use any field from the reference as a dynamic variable.
Expand Down

0 comments on commit d54af7d

Please sign in to comment.