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
Currently all binary queries where the field is negated gives more fewer hits than expected.
<query operator>||not|<field>||<value>
The semantics is that the query matches all entries where <value> is matched in any field but <field>.
Currently the backend gives the result of <value> in any field AND NOT <value> in <field>
The text was updated successfully, but these errors were encountered:
Currently all binary queries where the field is negated gives
morefewer hits than expected.<query operator>||not|<field>||<value>
The semantics is that the query matches all entries where
<value>
is matched in any field but<field>
.Currently the backend gives the result of
<value> in any field AND NOT <value> in <field>
The text was updated successfully, but these errors were encountered: