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
keepDiacriticsOnCharacters and customRanking are documented https://www.algolia.com/doc/rest-api/search/#tag/Search/operation/searchSingleIndex but those parameters are actually rejected by the engine:
keepDiacriticsOnCharacters
customRanking
keepDiacriticsOnCharacters:
{ "message": "Unknown parameter: keepDiacriticsOnCharacters", "status": 400 }
customRanking:
{ "message": "Unknown parameter: customRanking", "status": 400 }
All
Use the following curl command:
curl -s -k -X POST --location "${ALGOLIA_HOST}/1/indexes/${INDEX}/query" \ -H "x-algolia-application-id: ${APPLICATION_ID}" \ -H "x-algolia-api-key: ${API_KEY}" \ -d '{"keepDiacriticsOnCharacters": "øé"}' | jq { "message": "Unknown parameter: keepDiacriticsOnCharacters", "status": 400 }
No response
The text was updated successfully, but these errors were encountered:
Hey, in the Algolia doc it is recommended to use the keepDiacriticsOnCharacters property, is this deprecated ?
Sorry, something went wrong.
My bad this property is only available on setSettings
setSettings
1e847f4
Successfully merging a pull request may close this issue.
Description
keepDiacriticsOnCharacters
andcustomRanking
are documented https://www.algolia.com/doc/rest-api/search/#tag/Search/operation/searchSingleIndex but those parameters are actually rejected by the engine:keepDiacriticsOnCharacters
:customRanking
:Language
All
Client
All
Steps to reproduce
Use the following curl command:
Relevant log output
No response
Self-service
The text was updated successfully, but these errors were encountered: