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 426dd43 commit a8df8c7Copy full SHA for a8df8c7
docs/settings.rst
@@ -287,3 +287,25 @@ An example::
287
HAYSTACK_IDENTIFIER_METHOD = 'my_app.module.get_identifier'
288
289
Default is ``haystack.utils.default_get_identifier``.
290
+
291
292
+``HAYSTACK_FUZZY_MIN_SIM``
293
+==========================
294
295
+**Optional**
296
297
+This settings allows you to change the required similarity when using ``fuzzy``
298
+filter.
299
300
+Defaults is ``0.5``
301
302
303
+``HAYSTACK_FUZZY_MAX_EXPANSIONS``
304
305
306
307
308
+This settings allows you to change the number of terms fuzzy queries will
309
+expand to when using ``fuzzy`` filter.
310
311
+Defaults is ``50``
0 commit comments