scoped_search icon indicating copy to clipboard operation
scoped_search copied to clipboard

Inconsistency in quoted field name interpretation

Open adamruzicka opened this issue 1 year ago • 0 comments

Sometimes, quoted string (consisting of some field's name) is interpreted as a field's bool value. Sometimes, it's not. For example, "snippet" translates to "all entries where snipped field is set to true", BUT "!snippet" translates to "all entries where some field contains string '!snippet'". This is inconsistent.

adamruzicka avatar Oct 05 '23 12:10 adamruzicka