Viewing 1 replies (of 1 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Hmm… yes, but it’s complicated. If you mean the fuzzy search, you can check the query with relevanssi_query_filter and if it has (term LIKE '%SEARCHTERM' OR term LIKE 'SEARCHTERM%') in it, it’s a fuzzy search and you can set a global variable to that effect and if the global variable is set, you can warn the user.

    If you want to check against the OR fallback, you can check the relevanssi_search_filters filter to see what the operator is – is it AND or OR.

Viewing 1 replies (of 1 total)
  • The topic ‘Display a message if exact term not found?’ is closed to new replies.