I've seen similar issues with things such as , or other "special" characters. What you probably need is to hook into the indexing event and perform some cleansing on the data before it ends up in the index.
This would require hooking into the indexing events and then for each indexed node provide various rules. Remove special characters/scenarios, or add spaces etc.
Alternatively, and I'm not sure how easy it is with ezSearch would be to perform fuzzy searches. This could help overcome the issue but without trialling then I can't be certain.
ezSearch - word after linebreaks Issue
Hi Guys
I'installed a ezSearch, pretty awesome tool.
When a word comes after a
it dosen't find word/s.
Ex: Dosen't find the word (Specialword):
But this 2nd ex. works fine...
...and this 3rd ex. works fine as well (With a space between the break and "specialword")
So i'm pretty sure that the linebreak is the troublemaker :O)
Any help will be appreciated.
Cheers Mads
No one has a clue - would really appreciate a bit of support on this :D
Hi Guys Haven't not heard anything about this yet. Still no one that can point me in an direction :o)
Hi Guys Haven't not heard anything about this yet. Still no one that can point me in an direction :o)
Hi Mads,
I've seen similar issues with things such as , or other "special" characters. What you probably need is to hook into the indexing event and perform some cleansing on the data before it ends up in the index.
This would require hooking into the indexing events and then for each indexed node provide various rules. Remove special characters/scenarios, or add spaces etc.
Alternatively, and I'm not sure how easy it is with ezSearch would be to perform fuzzy searches. This could help overcome the issue but without trialling then I can't be certain.
is working on a reply...