Re: [symfony-users] Re: Zend Lucene not escaping search queries

2010-05-27 Thread Carlos Jorge Andrade
On 27, May 2010, at 12:40 , wueb wrote: Try to put your search query betweem commas. $query = ' " ' .$query.' " '; $hits = $index->find($query); Same thing. Then I found this http://35lf.sl.pt 2008!? If zend lucene is broken why is it in the framework then ? If this is bogus, why is it st

[symfony-users] Re: Zend Lucene not escaping search queries

2010-05-27 Thread wueb
Try to put your search query betweem commas. $query = ' " ' .$query.' " '; $hits = $index->find($query); On 27 Maio, 10:55, Carlos Jorge Andrade wrote: > Hi, > > Anyone who uses Zend_Lucene can confirm that it doesn't search for   > escaped query terms ? > There's a section on the manual that ta

[symfony-users] Re: Zend Lucene not escaping search queries

2010-05-27 Thread wueb
Try to put your search query betweem commas. $query = ' " ' .$query.' " '; $hits = $index->find($query); On 27 Maio, 10:55, Carlos Jorge Andrade wrote: > Hi, > > Anyone who uses Zend_Lucene can confirm that it doesn't search for   > escaped query terms ? > There's a section on the manual that ta