Which analyzer are you using? My understanding is that the WhitespaceAnalyzer is case sensitive, but the StandardAnalyzer is NOT case sensitve - see http://our.umbraco.org/forum/developers/extending-umbraco/14449-Examine-Search-Incase-sensitive When I changed my analyzer for my custom index to use Standard in ExamineSettings, it worked fine. (I'm presuming you are using a custom index? I think the Internal index was deliberately configured to use Whitespace and shouldn't be changed.)
Examine Index Problem after update from 4.5.2 to 4.7.1
i have implemented a searchcontrol in my site. After updating umbraco to 4.7.1 it stop to work well.
i think the new generated Examine Index is now Casesensitive.
There is no change in ExamineSettings.config and Examine.Index.config.
Any Hints for me..
Hi Tom,
Which analyzer are you using? My understanding is that the WhitespaceAnalyzer is case sensitive, but the StandardAnalyzer is NOT case sensitve - see http://our.umbraco.org/forum/developers/extending-umbraco/14449-Examine-Search-Incase-sensitive When I changed my analyzer for my custom index to use Standard in ExamineSettings, it worked fine. (I'm presuming you are using a custom index? I think the Internal index was deliberately configured to use Whitespace and shouldn't be changed.)
James.
Hi James,
this solve my problem. Crazy that the WhitespaceAnalyzer works in 4.5.2 Incase-sensitve!?!?
Tom
Hi,
I have also upgraded umbraco from 4.0.3 to 4.7.1..Everything is working fine but in memebers during the search
only for one of the member its not working and showing"KEY is not found in the Dictionary".
any Hints for the problem ????????
is working on a reply...