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

fix(query-builder): Escape tag values with parens #73708

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

malwilley
Copy link
Member

Selecting tag values with parens would not work before - the parens would end up outside of the token. That's because they should be wrapped in quotes.

@malwilley malwilley requested a review from a team July 2, 2024 23:54
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Bundle Report

Changes will increase total bundle size by 31 bytes ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 27.25MB 31 bytes ⬆️

@malwilley malwilley merged commit b6765db into master Jul 3, 2024
43 checks passed
@malwilley malwilley deleted the malwilley/fix/search-query-builder-escape-parens branch July 3, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants