Is it possible to drop any unmatched search terms from your query AFTER the query has been issued?
For example, user issues following query: "massive email mishap." I need "massive" and "mishap" to be dropped from this query, because ......(and here is the important part)......they are words which are not present in the result source that this query is searching (which is a wiki library where all words are indexed, leading me to believe that this request may be possible).
Issuing above query breaks the query, resulting in "nothing here matches your search." However, issuing a query such as: "email mishap" works perfect because of the query rule I have in effect. Query rule is as follows, Query Contains Action Term. Action term is "email," query is changed to "{subject Terms}=email."
Is it possible to create a rule that will drop any unmatched term?