Skip to content

Commit a8df8c7

Browse files
committed
added fuzzy setting on docs
1 parent 426dd43 commit a8df8c7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/settings.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,25 @@ An example::
287287
HAYSTACK_IDENTIFIER_METHOD = 'my_app.module.get_identifier'
288288

289289
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+
**Optional**
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

Comments
 (0)