Quote:
Originally Posted by capnm
Nested searches -- not sure if this is worth bothering about, but:
If I search on rating=4 or rating=5
and make that a restriction with the *Current search button (thanks!)
and then search on author=Tom Clancy
The results I get are equal to:
rating=4 or (rating=5 and author=Tom Clancy)
instead of what I would expect:
(rating=4 or rating=5) and author=Tom Clancy
|
Fix submitted.
FWIW: the expression needs to be parenthesized as '(restriction) and (search)'. Because in the past the only search that could appear as a restriction was a single expression saved search, the restriction was not parenthesized.