Skip to content

Missing field nbHits #300

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

Closed
newdev8 opened this issue Jul 12, 2022 · 5 comments
Closed

Missing field nbHits #300

newdev8 opened this issue Jul 12, 2022 · 5 comments
Labels
maintenance Anything related to maintenance (CI, tests, refactoring...)

Comments

@newdev8
Copy link

newdev8 commented Jul 12, 2022

Description
After updating meilisearch to 0.28.0 I get the following error: missing field nbHits. (I have already updated the Rust SDK).

Expected behavior
As before the update, the search function should work as usual.

Current behavior
I get the error "missing field nbHits", probably because of the name change.

Screenshots or Logs
Not applicable

Environment (please complete the following information):

  • OS: Debian on Raspberry Pi 4 (DietPi)
  • Meilisearch version: Git main branch (0.28.0)
  • meilisearch-rust version: Git main branch (0.17.0)
@bidoubiwa
Copy link
Contributor

Hello @lain-ke

Unfortunately this package is not yet compatible with v0.28.0. On the next release of the package it should be compatible :)
Once #297 is merge it will be compatible

@bidoubiwa bidoubiwa added the maintenance Anything related to maintenance (CI, tests, refactoring...) label Jul 12, 2022
@cseblog
Copy link

cseblog commented Jul 31, 2022

Looking forward to this patch. I am also facing the same issue.

@BuyMyMojo
Copy link

Any eta on this patch?

@bidoubiwa
Copy link
Contributor

Not yet, we are working on it

@bidoubiwa
Copy link
Contributor

Fixed with the last release :)

nbHits is now named estimatedTotalHits

Closing as it is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Anything related to maintenance (CI, tests, refactoring...)
Projects
None yet
Development

No branches or pull requests

4 participants