Hi, can I implement a search by type construct: (tag1 or tag2 or tag3) and (tag4 or tag5). And how to do it.
Posted under General
Hi, can I implement a search by type construct: (tag1 or tag2 or tag3) and (tag4 or tag5). And how to do it.
ythtcn said:
Hi, can I implement a search by type construct: (tag1 or tag2 or tag3) and (tag4 or tag5). And how to do it.
~tag1 ~tag2 ~tag3 tag4 will give you (tag1 or tag2 or tag3) and tag4, but (unless I'm mistaken) there's currently no way to have multiple or-groups.