27 Mar
2007
27 Mar
'07
1:49 p.m.
Sergiu Dumitriu <sergiu.dumitriu@...> writes:
On 3/27/07, Zeljko Trogrlic <[email protected]> wrote:
Hi,>>>> 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?>>>>>> The search page
should be case insensitive. If it is not, then it>> might be a bug.>> it's a bug... I don't know if we have a jira issue. I heard this issue
Check the code for Main.WebSearch , its a series of hibernate hql queries. The string is searched with "where field LIKE '$keyword'", so if LIKE is not case insensitive, this is the cause.
You were right, problem solved, JIRA issue created: http://jira.xwiki.org/jira/browse/XWIKI-1031