The application that was written for me takes my query terms and always constructs a query syntax in the form:
$Field like '+word1 +word2'
in which case I cannot use the "-" logical operator to remove a hit using the "must not include" term. Is there a way to generate a REX expression to emulate the must not include operator? My query generator does accept REX expressions.
$Field like '+word1 +word2'
in which case I cannot use the "-" logical operator to remove a hit using the "must not include" term. Is there a way to generate a REX expression to emulate the must not include operator? My query generator does accept REX expressions.