We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug track_total_hits in the Elastic Search API can be specified in two places:
However, in Quickwit, SearchBody.track_total_hits is ignored. Only SearchQueryParams.track_total_hits is taken into account.
Expected behavior Both SearchBody.track_total_hits and SearchQueryParams.track_total_hits should be taken into account there:
quickwit/quickwit/quickwit-serve/src/elasticsearch_api/rest_handler.rs
Line 269 in f37d8b6
According to this ES doc, if both are specified, the one in SearchQueryParams wins.
The text was updated successfully, but these errors were encountered:
handle track_total_size on request body
c2a651c
closes #4705
48e350f
15513ba
handle track_total_size on request body (#4710)
81e4f1b
PSeitz
Successfully merging a pull request may close this issue.
Describe the bug
track_total_hits in the Elastic Search API can be specified in two places:
However, in Quickwit, SearchBody.track_total_hits is ignored. Only SearchQueryParams.track_total_hits is taken into account.
Expected behavior
Both SearchBody.track_total_hits and SearchQueryParams.track_total_hits should be taken into account there:
quickwit/quickwit/quickwit-serve/src/elasticsearch_api/rest_handler.rs
Line 269 in f37d8b6
According to this ES doc, if both are specified, the one in SearchQueryParams wins.
The text was updated successfully, but these errors were encountered: