Saw a similar post on here marked as solved, but it sounds like for the other user this just corrected its self where I've been trying to troubleshoot this for a couple of weeks and still can't figure out what I'm missing.
I've tried deleting the examine indexes and umbraco.config file and republishing all nodes, but nothing has worked so far.
The weird thing is that it seems that the search will pick up the post if the capitalized word is the very first word of the post title or exists somewhere in the post in all lowercase, but other than that, no search turns up a result where the word is capitalized in the title or post body.
I'm running uBlogsy version 2.1.1.0 and Umbraco version 4.8.1
this is still the case in Umbraco v6/ uBlogsy v.3.x I had previously replicated in Umbraco 4.7.x uBlogsy 2.x for anyone that's interested... or cares :)
uBlogsy Search Not Working for capital letters
Saw a similar post on here marked as solved, but it sounds like for the other user this just corrected its self where I've been trying to troubleshoot this for a couple of weeks and still can't figure out what I'm missing.
I've tried deleting the examine indexes and umbraco.config file and republishing all nodes, but nothing has worked so far.
The weird thing is that it seems that the search will pick up the post if the capitalized word is the very first word of the post title or exists somewhere in the post in all lowercase, but other than that, no search turns up a result where the word is capitalized in the title or post body.
I'm running uBlogsy version 2.1.1.0 and Umbraco version 4.8.1
any thoughts?
Am experiencing this weird behaviour too, exactly as described.... Did you manage to find a workaround Ed?
this is still the case in Umbraco v6/ uBlogsy v.3.x
I had previously replicated in Umbraco 4.7.x uBlogsy 2.x
for anyone that's interested... or cares :)
Ok, so following the advice in this post works:
http://dot-net-tutorials.blogspot.jp/2011/06/lucene-search-in-umbraco-searches-for.html
need to change the search providers in ExamineSettings.config from
Lucene.Net.Analysis.WhitespaceAnalyzer
to
Lucene.Net.Analysis.Standard.StandardAnalyzer
Then rebuild your examine index(es) and it should work happily. yay!
is working on a reply...