If you have an attribute with a value like "wordone wordtwo", if you used advanced syntax and have the attribute as searchable, you can type some query followed by -wordtwo to exclude items with -wordtwo in there.
A more exact solution would be have this logic in the record and user a filter on the records. I.e, have a boolean attribute indicating whether the record has the word in the record, and the filter on that value.