Jici
2
There’s no or actually in search (without using ":filtered and advanced… however in most case, try to avoid use of advanced). You need to use :merge with
Do a search for (where visibility = me):merge with Do a search for (where visilibity = public)…
However, there’s other solutions like <> to say is different like search item where visibility <> (another type). In this case, AND is used and make sense in one search
You can also play with Privacy rules from what I understand from your settings (and it’s probably exactly what you should do…)
Finally, you could consider using a list of “visility” allowed and check if the visibility is in this list (visibility is in list of visibility)
1 Like