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
[file:name = 'foo' AND domain-name:value = 'example.com'] passes validation but should not. All Comparison Expressions connected by AND must match against the same SCO, which by definition means they must be of the same object type (file != domain-name).
It would be legal if they were connected by OR instead: [file:name = 'foo' OR domain-name:value = 'example.com']
The text was updated successfully, but these errors were encountered:
[file:name = 'foo' AND domain-name:value = 'example.com']
passes validation but should not. All Comparison Expressions connected byAND
must match against the same SCO, which by definition means they must be of the same object type (file != domain-name).It would be legal if they were connected by
OR
instead:[file:name = 'foo' OR domain-name:value = 'example.com']
The text was updated successfully, but these errors were encountered: