- On a clothing site, they’re probably looking for red clothes.
- On a movie site, “red” might not refer to color.
- Dynamically filter
- Change the entire query
- Category searches
- Dynamically change search parameters.
Dynamically filter based on the query
Dynamic filtering applies filters based on keywords. For example, if someone searches for “cheap toaster 800w”, you could create a rule to filter on toasters priced under $25 with an 800w power rating. For more information, see:Change the entire query
Sometimes, users may search using informal terms not in your records. For example, “iwatch” instead of “apple watch”. To handle this, you can create rules to replace an entire query with an alternative set of words. For example, to replace queries containing “iwatch” with an “apple watch” query:JSON
Category searches
You can use rules to recognize categories in queries and refine the results based on that. For example, on a document library site, in the query “article ref21,” “article” is a category.- Without a rule, the search probably fails since it searches for the terms “article” and “ref21” but it’s unlikely that your records contain the category name “article”.
- With a rule that recognizes and removes the “article” category, the search succeeds (“ref21” replaces “article ref21”).