mirror of
https://github.com/fmhy/edit.git
synced 2026-01-29 15:21:11 +11:00
fix: fuzziness
This commit is contained in:
parent
78b517244e
commit
e8aa9f513f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export default defineConfig({
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
search: {
|
search: {
|
||||||
options: {
|
options: {
|
||||||
miniSearch: { searchOptions: { combineWith: "AND" } },
|
miniSearch: { searchOptions: { fuzzy: 0.5 } },
|
||||||
detailedView: true,
|
detailedView: true,
|
||||||
},
|
},
|
||||||
provider: "local",
|
provider: "local",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue