If you try to search Tracker with this queries:
status:open and status:closed -> 4384 tickets WRONG status:open AND status:closed -> 0 OK
Help for solr syntax uses as an example:
!status:closed and summary:foo* and _milestone:1.0
but it should be:
!status:closed AND summary:foo* AND _milestone:1.0
allura:db/4846