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
Implementing this most likely requires adding a new AST type that represents IN operation. Otherwise, we wouldn't be able to serialize AST back into the original query.
We could also add support for an implicit OR operator, e.g. foo,bar equal to foo OR bar, but that becomes ambiguous in the context of name:foo,bar, i.e., does this mean name:foo OR branch:bar or name:foo OR bar
should be equal to:
The text was updated successfully, but these errors were encountered: