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
Request: select id from items where match('@* "one two three four"/0.66') limit 50 offset 340;
I sent the search request twice and got diffrent results.
The correct value of total_found is 343.
This request should return 3 results (with offset 340 option).
And it's works correctly 90% of the time.
But sometimes this request return total_count with random number greater than 343, and an empty resultset.
Bug Description:
Request:
select id from items where match('@* "one two three four"/0.66') limit 50 offset 340;
I sent the search request twice and got diffrent results.
The correct value of
total_found
is 343.This request should return 3 results (with
offset 340
option).And it's works correctly 90% of the time.
But sometimes this request return
total_count
with random number greater than 343, and an empty resultset.'version' => '6.3.6 593045790@24080214 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)',
Manticore Search Version:
Manticore 6.3.6 593045790@24080214 (columnar 2.3.0 88a01c3@24052206) (secondary 2.3.0 88a01c3@24052206) (knn 2.3.0 88a01c3@24052206)
Operating System Version:
Debian 11 (running in Docker with image: manticoresearch/manticore)
Have you tried the latest development version?
No
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: