Hi Harinarayanan,
Although I have not specifically encountered this situation before, it may be worthwhile overriding the custom indexing, if you do this you can look to remove the special characters when the content is being indexed. The following section of the S&N documentation provides some information on custom indexing:
Another option might be to create an additional non-editable field on the variation that indexes the code without the special characters. So in your example, it would index "Product Title". Then if someone searches for "Product® Title", remove the special characters in the backend before perform the actual search, and use that "cleaned" query to search specifically on that custom field you added. If they do a search purely for "Product Title" this will be matched to the additional non-editable field.
Hope this helps.
Graham
Hi,
I'm trying exclude or escape secial character when we search the keyword without special character.
Our find index repository contains special character along with text, for example the trade mark symbol ®.
Scenario:
My search and navigation repository contains trade mark symbol, but we may not expect the user to type in the trademark symbol on search.
Example
Serach repository Content : Product® Title
Search term: Product Title
With the above case I'm not getting results, So I need to programatically escape the trademark symbol when we search from the content, Also may not be able to remove the Trademark symbol from the repository.
Anyone have experienced the similer situations? any suggestions ?
Thanks in advance,
Hari