Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small mistake in the help message of "Fuzziness Prefix Length" #74

Closed
ghost opened this issue Jul 4, 2016 · 3 comments
Closed

Small mistake in the help message of "Fuzziness Prefix Length" #74

ghost opened this issue Jul 4, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 4, 2016

Open the menu "ElasticSuite > Search relevance"
Open the tab "spellchecking configuration"

The help message for the setting "Fuzziness Prefix Length" is:
"Allowed values "0", "1" or "AUTO". See doc here for more information"

This message should be:
"Allowed values "1", "2" or "AUTO". See doc here for more information"

Explanation:

  • Value 0 doesn't make sense (you should disable fuzzy search).
  • Value 2 is working and allows 2 wrong letters (I tested it)

Same remark for the setting "Phonetic fuzziness value"

@afoucret
Copy link
Contributor

afoucret commented Jul 4, 2016

I think the field should be turned into a select at the same time since values different than 0, 1 or AUTO can break the engine.

@ghost
Copy link
Author

ghost commented Jul 4, 2016

Correction: "values different than 1, 2 or AUTO "

afoucret pushed a commit that referenced this issue Jul 12, 2016
@afoucret
Copy link
Contributor

This one have been fixed and will be part of the 2.2.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant