Is there a way to run a search with only an excluded term. Basically I want to be able to get all the results that don't have a specific word. I know I can run a search on a term and then subtract out irrelevant terms with the "-" character but I don't want to add a term.
Without search
Without search
You would need to issue SQL that was " WHERE Field NOT LIKE ... "
John Turnbull
Thunderstone Software
Thunderstone Software