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
|