-
Notifications
You must be signed in to change notification settings - Fork 281
Improve consistency of FilterEdit behavior #7916
Copy link
Copy link
Closed
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: FilterIssues with filtering or searchingIssues with filtering or searching
Milestone
Metadata
Metadata
Assignees
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: FilterIssues with filtering or searchingIssues with filtering or searching
Various
FilterEdits have very different behavior.A non-exhaustive list includes:
We should have
FilterEdituse a simple, case-insensitive substring search by default and, if we want that instance to support regex, have an optional toggle a la vscode and many other interfaces.We should also consider adding a case-sensitivity toggle as well.