Page 1 of 1

tilde on a required term

Posted: Tue Dec 12, 2006 11:45 am
by basement_addict
How would I go about disabling equivs on a required term

select ... where ... likep '+HRIS other terms'

HRIS in this query is a reguired term but I need it to disable equivs on it but keep equivs on the other terms in the query.

I tried ~+HRIS but it seemed to take a really long time.

Thanks

tilde on a required term

Posted: Tue Dec 12, 2006 2:47 pm
by mark
Logic operators go first so it would be
+~HRIS