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

Fix proximityPrecision API reference #2693

Open
curquiza opened this issue Jan 23, 2024 · 0 comments
Open

Fix proximityPrecision API reference #2693

curquiza opened this issue Jan 23, 2024 · 0 comments
Labels
fix/improvement good first issue Issues that are easy or quick to fix

Comments

@curquiza
Copy link
Member

curquiza commented Jan 23, 2024

Following #2674 (comment)


The documentation states the response for /indexes/INDEX_NAME/settings/proximity-precision is a JSON object:

{
  "proximityPrecision": "byWord"
}

The actual response is a string:

"byWord"

We need to update the response in the API reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix/improvement good first issue Issues that are easy or quick to fix
Projects
None yet
Development

No branches or pull requests

2 participants