About search rule

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17142
    nana6262
    nana6262
    Participant

    Hello,

    For exmaple, “Hello Bob!” string.
    If I input “Hellobob” without space between words” it seems not to detect the words.
    Do you have the function for it?

    Thanks.

    #17149
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    The closest solution I believe is this: Knowledge base – Replace search keywords

    Another possibility is to use the ‘hellobob’ as an additional keyword.

    There is no other option currently, as it would require language specific word recognition AI – as there is no way to tell where the space should be placed for a computer program.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #17162
    nana6262
    nana6262
    Participant

    I tried to use regex and both method worked well.
    Which one is better to use regex for performance?

    Thanks.

    #17163
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    I think the first one should be faster, as long as you don’t have lots of rules (<100).

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.