We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
The naturalLanguages parameter provide users with an easy way to implement voice and natural languages best practices.
naturalLanguages
The parameter is a list of languages, which applies the following settings:
removeStopWords
ignorePlural
removeWordsIfNoResults
analytics tag
query rule context
The parameter is list of string. Example: naturalLanguages=["de","fr"]
naturalLanguages=["de","fr"]
The text was updated successfully, but these errors were encountered:
is there a list of supported iso strings?
Sorry, something went wrong.
To make it ready for all languages that may appear in the future I would go for a list of strings here.
The list of supported langauges is the same as the one for removeStopWords: https://www.algolia.com/doc/api-reference/api-parameters/removeStopWords/#usage-notes
Successfully merging a pull request may close this issue.
Summary
The
naturalLanguages
parameter provide users with an easy way to implement voice and natural languages best practices.The parameter is a list of languages, which applies the following settings:
removeStopWords
to the naturalLanguages param valueignorePlural
s to the naturalLanguages param valueremoveWordsIfNoResults
to allOptionalanalytics tag
of naturalLanguagesquery rule context
of naturalLanguagesThe parameter is list of string. Example:
naturalLanguages=["de","fr"]
The text was updated successfully, but these errors were encountered: