alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Add option to ignore pagination #95

Closed alexnoddings closed 7 months ago

alexnoddings commented 9 months ago

Some search endpoints work on a roughly-known size data set (often in the few dozens), which would be more convenient to pull through in one go rather than paging.

alexnoddings commented 7 months ago

Either change the request to not be a SearchResults, or update the handler to ignore pagination.