chore(search-bar): Tidy up search query builder flags#104335
Merged
nsdeschenes merged 7 commits intomasterfrom Dec 5, 2025
Merged
chore(search-bar): Tidy up search query builder flags#104335nsdeschenes merged 7 commits intomasterfrom
nsdeschenes merged 7 commits intomasterfrom
Conversation
Contributor
Author
|
@sentry review |
static/app/components/searchQueryBuilder/tokens/useSortedFilterKeyItems.tsx
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #104335 +/- ##
========================================
Coverage 80.51% 80.51%
========================================
Files 9348 9348
Lines 399919 399881 -38
Branches 25651 25636 -15
========================================
- Hits 321997 321972 -25
+ Misses 77474 77461 -13
Partials 448 448 |
mjq
approved these changes
Dec 5, 2025
59ea624 to
d3a89d0
Compare
ryan953
pushed a commit
that referenced
this pull request
Dec 9, 2025
This PR removes the following flags from their use in the UI, as they have been fully rolled out to all users: - `search-query-builder-wildcard-operators` - `search-query-builder-case-insensitivity` - `search-query-builder-default-to-contains`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes the following flags from their use in the UI, as they have been fully rolled out to all users:
search-query-builder-wildcard-operatorssearch-query-builder-case-insensitivitysearch-query-builder-default-to-contains