docs: limit search results

Signed-off-by: Navendu Pottekkat <navendu@apache.org>
This commit is contained in:
Navendu Pottekkat 2023-08-08 00:23:40 +05:30
parent 7e5d17f08a
commit 791c9e3d8d
No known key found for this signature in database
GPG Key ID: F2D3B33049A4551D
4 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,7 @@ params:
# distance: 1000 # distance: 1000
# threshold: 0.4 # threshold: 0.4
# minMatchCharLength: 0 # minMatchCharLength: 0
# limit: 10
# keys: ["title", "permalink", "summary", "content"] # keys: ["title", "permalink", "summary", "content"]
markup: markup:

View File

@ -215,6 +215,7 @@ params:
distance: 1000 distance: 1000
threshold: 0.4 threshold: 0.4
minMatchCharLength: 0 minMatchCharLength: 0
limit: 10
keys: ["title", "permalink", "summary", "content"] keys: ["title", "permalink", "summary", "content"]
``` ```

View File

@ -251,6 +251,7 @@ params:
distance: 1000 distance: 1000
threshold: 0.4 threshold: 0.4
minMatchCharLength: 0 minMatchCharLength: 0
limit: 10
keys: ["title", "permalink", "summary", "content"] keys: ["title", "permalink", "summary", "content"]
menu: menu:
main: main:

View File

@ -136,6 +136,7 @@ fuseOpts:
distance: 1000 distance: 1000
threshold: 0.4 threshold: 0.4
minMatchCharLength: 0 minMatchCharLength: 0
limit: 10
keys: ["title", "permalink", "summary", "content"] ## can be less but not more than shown in list keys: ["title", "permalink", "summary", "content"] ## can be less but not more than shown in list
``` ```