thanks for the quick reply.
I have been under the impression, that (,) triggers a OR search.
what does equivalance operator do?
does it do, thesauraus lookup or something?
thanks!!
It is basically an inline thesaurus, so (word1,word2) is the same as if word1 and word2 were equivalent in the thesaurus and you just searched for one of them.
There's no way to make * mean wildcard inside a paren list; its meaning is escaped because it's assumed the reason for the paren list is that all specific words are known and given.
Words in a paren list, just like words in the builtin or user thesaurus, are looked up in the index if possible (ie. indexable). There is no distinction that would cause a word in a paren list to be linearly searched when the same word in the thesaurus would not (or vice versa).