Anyone is using Zend_Search_Lucene in real projects? How do you work around the bugs and make search to accept google-like syntax?
On Jan 25, 2008 10:47 PM, Joe Kramer <[EMAIL PROTECTED]> wrote: > Hello, > > I am having problem searching when numbers are in the search string: > > - In search string containing numbers, number is ignored. e.g. search > for "document 2007" will only find occurrences of "document" > - Searching by number returns whole search index! e.g searching for > "2007" or "123" will return all documents in index. > > > What am I doing wrong? > > Thanks. >
