Search keyword: OR and rating

Hello,

For some reason, when I search for “name: this OR that” I get what I’m looking for, but “rating:3 OR 4” doesn’t work. Neither does “rating:3 OR rating:4”. Why is that?

Thanks.

Operators are only supported by string conditions. An advanced search using “Any” instead of “All” should work, this is identical to the query any: rating==3 rating==4 (any advanced search automatically updates the toolbar search string).

Thank you, I wasn’t aware of this syntax. So if I understand correctly, with string conditions only, the following are equivalent:

any:name:this name:that
name:this OR that

If so, I would suggest expanding the boolean conditions to other values. I find it strange to have to change syntax when using values other than strings. Operator overloading is nice :slight_smile:

Thanks.