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

Allow pagination #4

Closed
LIQRGV opened this issue Nov 15, 2019 · 1 comment
Closed

Allow pagination #4

LIQRGV opened this issue Nov 15, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@LIQRGV
Copy link
Owner

LIQRGV commented Nov 15, 2019

We should able transform this query param:
x_model?limit=100&offset=100&filter[z][in]=1,2,3

into this filter

...... where z in (1,2,3) limit 100 offset 100;

@LIQRGV LIQRGV added enhancement New feature or request good first issue Good for newcomers labels Nov 15, 2019
rizkyarlin added a commit to rizkyarlin/query-filter-laravel that referenced this issue Dec 11, 2019
LIQRGV added a commit that referenced this issue Dec 11, 2019
@LIQRGV LIQRGV closed this as completed Dec 11, 2019
@LIQRGV
Copy link
Owner Author

LIQRGV commented Dec 11, 2019

Closed by #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant