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
Support for parenthesis-based query precedence, Until now, the system evaluated queries left to right without honoring nested grouping with parentheses.
Example usage: (key1 AND key2) AND NOT (key1 OR (key3 OR NOT key4))