Hi,

We are having a problem retrieving some data from the index. We are
searching on dates in the format 20070829 using
Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive as the
analyzer. When we do a search zeros, 8 and 9 are stripped from the query
making them not work at all. Changing the regex in
Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum.php on line 74 from
/[a-zA-Z1-7]+/ to /[a-zA-Z0-9]+/ resolves the issue.

I am wondering if is a bug or is something else happening that I am not
aware of.

TIA,

Andrew
-- 
View this message in context: 
http://www.nabble.com/Zend_Search-and-Analysis-regex-tf4001349s16154.html#a11365110
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to