-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Closed as not planned
Labels
enhancement:committedEnhancement planned / committed by a contributorEnhancement planned / committed by a contributorexplore:filterRelated to filters in ExploreRelated to filters in ExploreinactiveInactive for >= 30 daysInactive for >= 30 days
Description
- Add new operators: "Contains", "Starts with" and "Ends with" (
'%str%','str%'and'%str'respectively) that will escape underscores, do case insensitive matching when writing all lowercase (e.g. "ma") and case sensitive when writing mixed case (e.g. "Ma"). These would be primarily geared towards less technical business users. The reason for deciding when to do case sensitive vs insensitive matching is to keep the basic UX as simple as possible and avoid having to add separate case sensitive and insensitive variants of these operators.
Someone will undoubtedly want to do case sensitive all lowercase matching, but for those cases they should probably just learn to use the full LIKE operator.
Originally posted by @villebro in #16396 (comment)
Metadata
Metadata
Assignees
Labels
enhancement:committedEnhancement planned / committed by a contributorEnhancement planned / committed by a contributorexplore:filterRelated to filters in ExploreRelated to filters in ExploreinactiveInactive for >= 30 daysInactive for >= 30 days