Docs: Fixed explanation of AUTO fuzziness

Closes #11186
This commit is contained in:
Clinton Gormley 2015-05-15 21:24:59 +02:00
parent ae599f93a7
commit 9d71816cd2
1 changed files with 2 additions and 2 deletions

View File

@ -219,8 +219,8 @@ the maximum allowed Levenshtein Edit Distance (or number of edits)
--
generates an edit distance based on the length of the term. For lengths:
`0..1`:: must match exactly
`1..5`:: one edit allowed
`0..2`:: must match exactly
`3..5`:: one edit allowed
`>5`:: two edits allowed
`AUTO` should generally be the preferred value for `fuzziness`.