Hi ,
Is there any way to Query the Index of Zend_Search_Lucene for an exact match ?
$keyword = E85 and Environment;
AND
$keyword = E85 AND Environment;
These two queries displaying equal results. How to differentiate the boolean 'AND' and string 'and'.