I’m following these instructions to create a custom dictionary.
Its content looks like
2.0
2.1
Issue is, when I search "2.0", it brings documents containing "2", which I don’t want!
Is this a SharePoint bug, by-design behavior, am I writing the custom dictionary wrongly, or am I mistaken about what custom dictionaries are for? Looks like SharePoint is converting 2.0 to 2 before looking it up in the custom dictionary, isn’t it?
Thanks in advance.
After much investigation, it seems to be an issue caused by search not honoring custom dictionary but, before considering it, reducing “2.0” to “2”.