Skip to content
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

Add support to filter query with the custom function applied #282

Open
zshamrock opened this issue Dec 24, 2020 · 0 comments
Open

Add support to filter query with the custom function applied #282

zshamrock opened this issue Dec 24, 2020 · 0 comments
Assignees
Labels
function usp Unique selling point/proposition
Milestone

Comments

@zshamrock
Copy link
Owner

When you do a query, it might be handy to filter the data further by applying the custom function to the result set. Obviously, this will break pagination, as this custom function has to be applied on the client-side, and unless it is applied to all data there is no way to say whether there is more data or not.

But what has to be done for sure is trying to fill the page size with the data, i.e. if the page size is 100, and it might require a couple of actual data iterations before filtered page size is filled.

@zshamrock zshamrock added function usp Unique selling point/proposition labels Dec 24, 2020
@zshamrock zshamrock added this to the v2 milestone Dec 24, 2020
@zshamrock zshamrock self-assigned this Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
function usp Unique selling point/proposition
Projects
None yet
Development

No branches or pull requests

1 participant