update search weights
This commit is contained in:
parent
adc2a36fc2
commit
59eccec7c4
@ -7,7 +7,7 @@ const fuse = new Fuse(data, {
|
||||
keys: [
|
||||
{
|
||||
name: HEADERS,
|
||||
weight: 2
|
||||
weight: 1.5
|
||||
},
|
||||
{
|
||||
name: PATH,
|
||||
@ -19,7 +19,7 @@ const fuse = new Fuse(data, {
|
||||
},
|
||||
{
|
||||
name: TITLE,
|
||||
weight: 1.5
|
||||
weight: 4
|
||||
}
|
||||
],
|
||||
includeMatches: true
|
||||
|
Reference in New Issue
Block a user