Skip to content

Commit 4618ae8

Browse files
committed
Try 'AUTO' fuzziness and more expansions
1 parent ee551d2 commit 4618ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

query/autocomplete.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ function generateQuery( clean ){
178178
textParser( clean, vs );
179179
}
180180

181-
vs.var('fuzzy:fuzziness', 2);
182-
vs.var('fuzzy:max_expansions', 50);
181+
vs.var('fuzzy:fuzziness', 'AUTO');
182+
vs.var('fuzzy:max_expansions', 100);
183183

184184
// set the 'add_name_to_multimatch' variable only in the case where one
185185
// or more of the admin variables are set.

0 commit comments

Comments
 (0)