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
After enabling paginationLimitedTo XXX indice's setting, I started to have inconsistent nbHits results while querying in Ruby IndexName.search('test', options).
I've noticed the JS client automatically adds scanDistinctHitsUntilPaginationLimitedTo: true option to get accurate results (For which I found no documentation anywhere)
It will be great if the Ruby client could infer this option by itself, as the JS client does. (I have to force it in Ruby for now, but I don't know if it's future proof)
Thanks for your help
The text was updated successfully, but these errors were encountered:
Description
After enabling
paginationLimitedTo XXX
indice's setting, I started to have inconsistentnbHits
results while querying in RubyIndexName.search('test', options)
.I've noticed the JS client automatically adds
scanDistinctHitsUntilPaginationLimitedTo: true
option to get accurate results (For which I found no documentation anywhere)It will be great if the Ruby client could infer this option by itself, as the JS client does. (I have to force it in Ruby for now, but I don't know if it's future proof)
Thanks for your help
The text was updated successfully, but these errors were encountered: