You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up on thread here: #83968 (comment)
Arose from a PR for feature flags search, where : characters in the flag key conflicted with our search syntax (e.g. key=val is submitted to API as key:val, key>val is key:>val)
What I meant was, we already have logic that will "escape" filter values by wrapping them in quotes when they contain things like spaces, quotes, parens, etc. We could do something similar with filter keys where we wrap them when necessary, which would mean that you wouldn't have to wrap them in quotes in the config up front
The text was updated successfully, but these errors were encountered:
Follow-up on thread here: #83968 (comment)
Arose from a PR for feature flags search, where
:
characters in the flag key conflicted with our search syntax (e.g. key=val is submitted to API as key:val, key>val is key:>val)@malwilley:
The text was updated successfully, but these errors were encountered: