Vincent Massol wrote:
On Mar 27, 2007, at 9:50 AM, Sergiu Dumitriu wrote:
>> I noticed that XWiki does case sensitive search, e.g. if I search for >> "available", available will be found, but not "Available." >> >> How can I make searches case insensitive?
Sergiu, I think this also happens with HSQL. We should check if it happens on xwiki.org too (what is it running on BTW? MySQL?)
No, it works fine. I checked it to clarify is problem on my side or in general.
It was not clear to me does it replace regular search, thanks for the answer. I will add search box integration to JIRA for future reference, and I think that this should be stated on plugin page, because description is a bit misleading: "It can be used in place of the default search implementation..."
Feel free to edit and improve the LucenePlugin documentation on the wiki :-)
I will play with it first. It seems to me that search panel just calls search page. If I put Lucene code there, it should be executed for every search, even from panel.