We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee551d2 commit 4618ae8Copy full SHA for 4618ae8
query/autocomplete.js
@@ -178,8 +178,8 @@ function generateQuery( clean ){
178
textParser( clean, vs );
179
}
180
181
- vs.var('fuzzy:fuzziness', 2);
182
- vs.var('fuzzy:max_expansions', 50);
+ vs.var('fuzzy:fuzziness', 'AUTO');
+ vs.var('fuzzy:max_expansions', 100);
183
184
// set the 'add_name_to_multimatch' variable only in the case where one
185
// or more of the admin variables are set.
0 commit comments