On 11/23/2011 2:54 PM, Uomesh wrote:
Hi,
case insesitive search is not working if I use WordDelimiterFilter
splitOnCaseChange="1"
I am searching for word norton and here is result
norton: returns result
Norton: returns result
but
nOrton: no results
I want nOrton should results. Please help. below is my field type.
Try adding preserveOriginal="1" to your WDF options. You may not need
to actually reindex before you see results, but it would be a good idea
to reindex. This will result in an increase in your index size.
Thanks,
Shawn