Update with refer link to fuse docs
This commit is contained in:
parent
791c9e3d8d
commit
a294c825c8
@ -188,7 +188,7 @@ params:
|
|||||||
# distance: 1000
|
# distance: 1000
|
||||||
# threshold: 0.4
|
# threshold: 0.4
|
||||||
# minMatchCharLength: 0
|
# minMatchCharLength: 0
|
||||||
# limit: 10
|
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
|
||||||
# keys: ["title", "permalink", "summary", "content"]
|
# keys: ["title", "permalink", "summary", "content"]
|
||||||
|
|
||||||
markup:
|
markup:
|
||||||
|
@ -215,7 +215,7 @@ params:
|
|||||||
distance: 1000
|
distance: 1000
|
||||||
threshold: 0.4
|
threshold: 0.4
|
||||||
minMatchCharLength: 0
|
minMatchCharLength: 0
|
||||||
limit: 10
|
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
|
||||||
keys: ["title", "permalink", "summary", "content"]
|
keys: ["title", "permalink", "summary", "content"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -251,7 +251,7 @@ params:
|
|||||||
distance: 1000
|
distance: 1000
|
||||||
threshold: 0.4
|
threshold: 0.4
|
||||||
minMatchCharLength: 0
|
minMatchCharLength: 0
|
||||||
limit: 10
|
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
|
||||||
keys: ["title", "permalink", "summary", "content"]
|
keys: ["title", "permalink", "summary", "content"]
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
@ -136,7 +136,7 @@ fuseOpts:
|
|||||||
distance: 1000
|
distance: 1000
|
||||||
threshold: 0.4
|
threshold: 0.4
|
||||||
minMatchCharLength: 0
|
minMatchCharLength: 0
|
||||||
limit: 10
|
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user