This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Special character search

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34948
    eelcovandewiel19eelcovandewiel19
    Participant

    When entering a search term in ajax search pro it does not find any matches when characters such as () and ‘ are used.
    In the content of some articles, words such as Risico’s and (POM-Model) for example are used
    When searched for these words, they should be written exactly like this
    ajax search pro does not see POM-Model within the () or risicos as risico’s
    how can we make sure that ajax search pro also handles searching special characters well

    #34962
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The plugin can and does search special characters, it does not treat them separately. The main issue with the apostrophes is, that there is many different types of them. For example, if I search for:

    risico’s

    .. I am getting more results when I search for:

    risico's

    ..only because the first type of apostrophe is used in the articles, not the second one.

    One way to treat these is to simply replace them with empty strings, you can do that on the search back-end: https://i.imgur.com/QMxrEGG.png
    I have added these items in the screenshot: ',",’

    The search with the parentheses seemed to work all right on my end: https://i.imgur.com/jBxLn5J.png

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.