#community-help

Setting Rules for Non-Returning Words with Typo Tolerance

TLDR Nathan queries how to ensure certain typo-tolerant words don't appear in results. Jason suggests setting up one rule per word.

Powered by Struct AI

1

1

Aug 29, 2023 (3 months ago)
Nathan
Photo of md5-aa846ac80f1164f0d27b340467fd28e2
Nathan
09:22 PM
Is there a way to make certain words never return results, when I have typo tolerance on? For example, if someone searches nasty, I don't want to return items that are actually tasty. But a typo like aasty would ideally find our tasty documents.
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
09:24 PM
> Is there a way to make certain words never return results
You could use an override rule to match these words, and then apply a filter that won't match any records

1

Nathan
Photo of md5-aa846ac80f1164f0d27b340467fd28e2
Nathan
09:59 PM
How can I set up the rule to match one of many words? I don't see any samples in the documentation.
Image 1 for How can I set up the rule to match one of many words? I don't see any samples in the documentation.
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
10:14 PM
You would have to create one rule per word

1