From f8d139251dd2811bee6ec2b935749f4f64aa252b Mon Sep 17 00:00:00 2001 From: razonyang Date: Mon, 19 Sep 2022 14:32:41 +0800 Subject: [PATCH] demo: change the search.fuse.minMatchCharLength parameter as 3 --- exampleSite/config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index a1a227a8c..d8ec0ef84 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -161,7 +161,7 @@ viewer = true # Image Viewer # ignoreLocation = true # location = 0 # isCaseSensitive = true - # minMatchCharLength = 3 + minMatchCharLength = 3 # threshold = 0.6 # distance = 100 # findAllMatches = true