-
Notifications
You must be signed in to change notification settings - Fork 3
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
hits
appears to be showing the current page count, not the overall number of its
#199
Comments
It used to work |
That is the window limitation. It is fixed with NASA-PDS/registry-mgr#53 |
How is this fixed? It always returns 10000. I also followed the links in NASA-PDS/registry-mgr#53 |
@gxtchen @jordanpadams @jimmie @tloubrieu-jpl The 10000 makes me think you are on a node that is running with the opensearch default configuration which limits the total number of hits it can find to 10000 -- not exactly true but piratically true. Changing the opensearch configuration will fix it but if the configuration has already changed then this is a new item. |
@gxtchen where are you seeing this issue? in operations? |
@alexdunnjpl are we still seeing this in ops? |
@jordanpadams this might not be answering your question, but this is not an issue given
Outside of that configuration, it'd need to be tested. |
@alexdunnjpl 👍 sounds like this is a local testing issue |
🐛 Describe the bug
Hits is returning
10000
when there are more than 10000 records in the Registry. Per https://opensearch.org/docs/latest/opensearch/ux/#paginate-results, it looks like we are grabbing this number from thesize
field returned from OpenSearch, vs. the_count
.📜 To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: