Page 1 of 1

Case insensitive search not working

PostPosted:Mon Jul 20, 2015 11:54 am
by Prajakta
Hi OpenKm support team,

1)I uploaded a txt document(test.txt) having content as "Abc" and tried to search for Abc in OpenKM(Full text search mode), and got correct results.
2)But when I searched for abc(only a in small case), it did not give any results.
So, is it searching in case sensitive manner?

What if I have to search the title as well as content in case insensitive manner. Can you tell me whether any configurations can me made to do so?

Regards,
Prajakta

Re: Case insensitive search not working

PostPosted:Thu Jul 23, 2015 12:02 pm
by jllort
A Lucene analyzer "case insensitive" must be implemented.

Re: Case insensitive search not working

PostPosted:Thu Jul 30, 2015 7:25 am
by pavila
Are you using Advanced Search > Search By Content? It works whichever case are you using, if not. Please, try to reproduce the issue in a recent night build from http://integration.openkm.com/6.3/ (I've tested and works as expected)

Re: Case insensitive search not working

PostPosted:Fri Dec 11, 2015 1:34 pm
by JavaDev
Thank you for your answer.

We are using WhiteSpaceAnalyzer.

So the text which is extracted is in the same case as it is in the original document.

Can you help me figure out what configuration I have to do for case insensitive search.

Re: Case insensitive search not working

PostPosted:Tue Dec 29, 2015 8:15 am
by pavila
Were you able to reproduce the issue in OpenKM 6.3.1? I need to know, because I tested it and worked perfectly. Try a clean install with default configuration parameters.