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

Automatically derive standard query parsing in the router macro #1680

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Dec 1, 2023

This changes the router macro to derive the query segment parsing information for segments like this: ?:myqueryarg&:myotherqueryarg (in the browser this would look like ?myqueryarg=value&myotherqueryarg=value), and change fields that capture the full query argument to ?:..myfullquery.

Closes #1631

@ealmloff ealmloff added breaking This is a breaking change router Related to the router implementation labels Dec 1, 2023
@jkelleyrtp jkelleyrtp merged commit 8f70509 into DioxusLabs:master Jan 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This is a breaking change router Related to the router implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically derive query segment parsing
2 participants