Hi guys,
A quick on here, I think. If we run this intersection search:
select FIELD01 where FIELD01 like '+David Mike James @0'
...we're guaranteed to return hits with David in them, but Mike and James may or may not be in the results?-- that's correct?
If we wanted at least one of Mike or James to accompany David, would we want to use "@1" instead of "@0"?
A quick on here, I think. If we run this intersection search:
select FIELD01 where FIELD01 like '+David Mike James @0'
...we're guaranteed to return hits with David in them, but Mike and James may or may not be in the results?-- that's correct?
If we wanted at least one of Mike or James to accompany David, would we want to use "@1" instead of "@0"?