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
: operator is used for case-insensitive comparisons. This ticket is about extending it to support wildcard pattern for doing partial string comparisons, a common operation:
fieldA : "some*" and fieldB: "*value"
The text was updated successfully, but these errors were encountered:
:
operator is used for case-insensitive comparisons. This ticket is about extending it to support wildcard pattern for doing partial string comparisons, a common operation:fieldA : "some*" and fieldB: "*value"
The text was updated successfully, but these errors were encountered: