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

proximity_precision not available? #518

Closed
mech opened this issue Feb 2, 2024 · 1 comment
Closed

proximity_precision not available? #518

mech opened this issue Feb 2, 2024 · 1 comment

Comments

@mech
Copy link

mech commented Feb 2, 2024

Hi when I try to do this, it has undefined method. Is it because the release of the main Meilisearch and the library is somewhat not aligned?

client = MeiliSearch::Client.new("http://localhost:7700")

client.index("User").proximity_precision

I am following the documentation example at here: https://www.meilisearch.com/docs/reference/api/settings#example-21 where there is a Ruby example.

@ellnix
Copy link
Collaborator

ellnix commented Feb 8, 2024

The documentation website automatically scrapes the examples from the main branch, where this has been implemented. Unfortunately the 0.26 release does not include proximity_precision (see #512).

@mech mech closed this as completed Feb 8, 2024
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

2 participants