# Zoekoperatoren: zoeken op groep (AND/OR)

**URL:** https://meta.discourse.org/t/search-operators-searching-by-group-and-or/169957
**Category:** Feature
**Tags:** search
**Created:** [12 november 2020 om 18:08 UTC](https://meta.discourse.org/t/search-operators-searching-by-group-and-or/169957 "2020-11-12T18:08:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![littleviolette](https://avatars.discourse-cdn.com/v4/letter/l/d26b3c/32.png) [@littleviolette](https://meta.discourse.org/u/littleviolette)
#### Post date: [12 november 2020 om 18:08 UTC](https://meta.discourse.org/t/search-operators-searching-by-group-and-or/169957/1 "2020-11-12T18:08:25Z")

</div>

Is it currently possible to search by grouped terms and multiple operators:

`tags:(openid-connect AND theme-component) OR (official OR tagging)`

Thank you!

---

<div class="post-metadata">

### Author: ![Mevo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mevo/32/187732_2.png) [@Mevo](https://meta.discourse.org/u/Mevo)
#### Post date: [12 november 2020 om 18:55 UTC](https://meta.discourse.org/t/search-operators-searching-by-group-and-or/169957/2 "2020-11-12T18:55:01Z")

</div>

OR = tags:x,y  
AND = tags:x+y

By testing, mixing the two for complex searches doesn’t seem to work. For example tags:x+y,z  
Would be a nice improvement !

And adding parenthesis usage to be able to do for example (x+y),z or x+(y,z) would be amazing.
