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

Enable manipulating nested query params #129

Merged
merged 2 commits into from
Jan 14, 2024

Conversation

otsch
Copy link
Member

@otsch otsch commented Jan 14, 2024

The QueryParamsPaginator can now also increase and decrease non first level query param values like foo[bar][baz]=5 using dot notation: QueryParamsPaginator::paramsInUrl()->increaseUsingDotNotation('foo.bar.baz', 5).

otsch added 2 commits January 14, 2024 14:15
The `QueryParamsPaginator` can now also increase and decrease non first
level query param values like `foo[bar][baz]=5` using dot notation:
`QueryParamsPaginator::paramsInUrl()->increaseUsingDotNotation('foo.bar.baz', 5)`.
Also update year in license file.
@otsch otsch merged commit cb2a5ba into main Jan 14, 2024
8 checks passed
@otsch otsch deleted the feature/query-params-manipulation-nesting branch January 14, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant