[FLI-921] Constraints to match strings or arrays of strings containing a substring #2884
Open
1 task done
Labels
enhancement
Created by Linear-GitHub Sync
Problem
I would like to be able to match against context that is slightly irregular. For example with a constraint of
CONTAINS ONE OF
, I could say:"env" CONTAINSONEOF ["dev", "stg"]
and{"env": "dev-west"}
or{"env": "platdev-west"}
{"env": "prod-west"}
CONTAINS
for the single value case, andCONTAINS ONE OF
to check against an array of values.Possibly
CONTAINS ANY OF
might be better terminology.Ideal Solution
Implement constraints as described in the problem.
Search
Additional Context
No response
FLI-921
The text was updated successfully, but these errors were encountered: