Skip to content

Conversation

@nsdeschenes
Copy link
Contributor

@nsdeschenes nsdeschenes commented Oct 24, 2025

This PR is an attempt to fix an issue @malwilley found when selecting a or b, by inline replacing rather than trying to merge and replace values.

These changes remove the merging of all raw text values, as that would get into some strange behavior if users were building a complex query with parens or conditional operators.

Example:

Before:

Screen.Recording.2025-10-24.at.16.17.49.mov

After:

Screen.Recording.2025-10-24.at.15.24.27.mov

@nsdeschenes nsdeschenes requested a review from malwilley October 24, 2025 19:06
@nsdeschenes nsdeschenes marked this pull request as ready for review October 24, 2025 19:06
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 24, 2025
cursor[bot]

This comment was marked as outdated.

Copy link
Member

@malwilley malwilley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't fix the original issue, but does look like an improvement!

@nsdeschenes nsdeschenes force-pushed the nd/chore-do-not-merge-auto-replace-values branch from 106cf89 to 8b7f09e Compare October 27, 2025 10:54
@nsdeschenes nsdeschenes merged commit 38f7872 into master Oct 27, 2025
48 checks passed
@nsdeschenes nsdeschenes deleted the nd/chore-do-not-merge-auto-replace-values branch October 27, 2025 17:23
priscilawebdev pushed a commit that referenced this pull request Oct 28, 2025
…02098)

This PR is an attempt to fix an issue @malwilley found when selecting `a
or b`, by inline replacing rather than trying to merge and replace
values.

These changes remove the merging of all raw text values, as that would
get into some strange behavior if users were building a complex query
with parens or conditional operators.
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.

3 participants