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
Prerequisite tags might be more complex than a simple key=*, 'key=value, 'key!=value or !key filter. Examples might be !key or key=no or key1=* and key2=* or key=value1 or key=value2. It would be useful if such situation could be expressed in the tagging schema.
The text was updated successfully, but these errors were encountered:
We also need the capability to support multiple prerequisiteTags, so the current object should become an array. This will open the question, if the array uses and AND or OR logic. I think only going for AND would be fine. But we would have to test this out with more cases. Update: #153 needs an OR.
Update: See #153 (comment) for a example that uses the array-format with an OR.
Prerequisite tags might be more complex than a simple
key=*
, 'key=value, 'key!=value
or!key
filter. Examples might be!key or key=no
orkey1=* and key2=*
orkey=value1 or key=value2
. It would be useful if such situation could be expressed in the tagging schema.The text was updated successfully, but these errors were encountered: