if your default operator is OR, then you can just give the query as
sharedTo:(‘foo’ ‘bar’)
If your default operator is AND, then you’ll have to do it like this: sharedTo:(foo OR bar)
if your default operator is OR, then you can just give the query as
sharedTo:(‘foo’ ‘bar’)
If your default operator is AND, then you’ll have to do it like this: sharedTo:(foo OR bar)