I have this query: +document_type:client name:something to search
and if something to search
is not found the Zend Lucene returns all documents containing +document_type:client
and I would like to return empty set.
I've tried to add AND
operator between terms, but result is the same.
What I'ma doing wrong?