Hi,

vince. wrote:
> 
> Hey,
> 
> Unfortunately, I havn't used Lucene with Hebrew letters yet. But one thing
> i
> would like to be sure about. You said it returns an empty array, I took a
> look at this line from you code:
> $results = $phrase ? $index->find($phrase) : array();
> 
> I assume $phrase is the user submitted search phrase, If it's empty then
> it
> will return an empty array from the ternary condition. Are you sure this
> is
> not the empty array your returning all the time from the $phrase being
> null?
> 

Yes, I'm sure about that :-(

I've even changed it to $results = $index->find($phrase); but problem
remains...

Regards,
Piotr
-- 
View this message in context: 
http://www.nabble.com/Zend_Search_Lucene-and-Hebrew-tp22938539p22944884.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to