Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mads Sørensen 188 posts 433 karma points
    Jul 08, 2016 @ 12:33
    Mads Sørensen
    0

    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):

    <p> line <br>Specialword</p>
    

    But this 2nd ex. works fine...

     <p>Line with Specialword</p>
    

    ...and this 3rd ex. works fine as well (With a space between the break and "specialword")

     <p>Line with <br> Specialword</p>
    

    So i'm pretty sure that the linebreak is the troublemaker :O)

    Any help will be appreciated.

    Cheers Mads

  • Mads Sørensen 188 posts 433 karma points
    Jul 11, 2016 @ 07:08
    Mads Sørensen
    0

    No one has a clue - would really appreciate a bit of support on this :D

  • Mads Sørensen 188 posts 433 karma points
    Aug 15, 2016 @ 13:02
    Mads Sørensen
    0

    Hi Guys Haven't not heard anything about this yet. Still no one that can point me in an direction :o)

  • Mads Sørensen 188 posts 433 karma points
    Sep 05, 2016 @ 11:52
    Mads Sørensen
    0

    Hi Guys Haven't not heard anything about this yet. Still no one that can point me in an direction :o)

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Sep 05, 2016 @ 12:33
    Nik
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft