You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
The value nbHits returned by MeiliSearch is not a trustable value since it's not an exhaustive value. nbHits is indeed not reliable for pagination because can be exhaustive or not, depending on the value of exhaustiveNbHits that MeiliSearch returns which is always false
FYI: The Meili team is aware of the confusion with nbHis. Here are the different issues and comments about it to explain why it's confusing, and why we should not use it:
I'm closing this issue since it's not relevant anymore for this repo, but it might relevant for the next version of this library (meilisearch-laravel-scout-extended), see #111 for more details.
The value
nbHits
returned by MeiliSearch is not a trustable value since it's not an exhaustive value.nbHits
is indeed not reliable for pagination because can be exhaustive or not, depending on the value ofexhaustiveNbHits
that MeiliSearch returns which is alwaysfalse
We should implement the pagination as described here: meilisearch/documentation#561
FYI: The Meili team is aware of the confusion with
nbHis
. Here are the different issues and comments about it to explain why it's confusing, and why we should not use it:We are sorry for this. We all hope this confusion will be fixed asap in MeiliSearch.
Related to #95
The text was updated successfully, but these errors were encountered: