mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-17 08:34:25 -04:00
docs: add configurable limit to search results (#1282)
* docs: limit search results Signed-off-by: Navendu Pottekkat <navendu@apache.org> * Update with refer link to fuse docs --------- Signed-off-by: Navendu Pottekkat <navendu@apache.org> Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
parent
7e5d17f08a
commit
fa57a841c3
4 changed files with 4 additions and 0 deletions
|
@ -215,6 +215,7 @@ params:
|
|||
distance: 1000
|
||||
threshold: 0.4
|
||||
minMatchCharLength: 0
|
||||
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
|
||||
keys: ["title", "permalink", "summary", "content"]
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue