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
The catalog endpoint has a like query parameter for searching timesieres. I think the best way to resolve this would be to add that query param if there's text in the query string and debounce requests.
For scrolling the param list, there's a page query param that takes a hash of the previous request's next-page param.
Describe the bug
When viewing certain listings for timeseries, not all records are retrieved.
Steps To Reproduce
Expected behavior
CWMS Timesiere lists all the projects
Actual behavior
The query has a page size of 5000, which is not enough to show all the listings. There are currently 10964, so a page size of say 15000 may be more appropriate.
https://cwms-data.usace.army.mil/cwms-data/catalog/TIMESERIES?office=SWF&page-size=5000](https://cwms-data.usace.army.mil/cwms-data/catalog/TIMESERIES?office=SWF&page-size=5000)
Screenshots
List stops at letter H
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: