API endpoint query string filters #591
Unanswered
bluscience
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thank you for your awesome work with this nuget package 😄 .
I was checking the examples to see how you can send the request.Filters to an API endpoint, but I see that you need to retrieve all the data using the endpoint and then apply the filters:
https://github.com/vikramlearning//blob/397f1fe4e5f48cc62c80e75af364d72e4b574e4b/BlazorBootstrap.Demo.RCL/Services/CustomerService.cs#L14
I was wondering if there is already a method implemented to translate the Filters into query strings that can be passed directly to the API endpoint and filter the data at the DB level?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions