# Filter Logic or Operators

**URL:** https://forum.mautic.org/t/filter-logic-or-operators/5573
**Category:** Product Support
**Created:** [April 2, 2016, 6:59pm UTC](https://forum.mautic.org/t/filter-logic-or-operators/5573 "2016-04-02T18:59:34Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tomlefthook](https://avatars.discourse-cdn.com/v4/letter/t/e56c9b/32.png) [@tomlefthook](https://forum.mautic.org/u/tomlefthook)
#### Post date: [April 2, 2016, 6:59pm UTC](https://forum.mautic.org/t/filter-logic-or-operators/5573/1 "2016-04-02T18:59:34Z")

</div>

I’d like to filter some report columns on simple empty/not empty values.  
  
  
  
Is there a list of search operators or explanation of filter logic anywhere?  
  
  
  
The [Mautic.org](http://Mautic.org) support documentation cryptically refers to such a document, but doesn’t link to it. See:  
  
  
  
[https://mautic.org/docs/mautic\_docs.pdf](https://mautic.org/docs/mautic_docs.pdf)  
  
  
  
Which reads:

Quote:

The search box allows many different search types and follows the same search process and variables as found in all other search layouts. You can learn more about the powerful search options available on the search documentation page.

  
I'd love to learn more... where? ![:)]( ":)")

---

<div class="post-metadata">

### Author: ![kcarrssc](https://avatars.discourse-cdn.com/v4/letter/k/dfb087/32.png) [@kcarrssc](https://forum.mautic.org/u/kcarrssc)
#### Post date: [June 13, 2016, 6:00pm UTC](https://forum.mautic.org/t/filter-logic-or-operators/5573/2 "2016-06-13T18:00:09Z")

</div>

Hello, did you ever find such a document?

---

<div class="post-metadata">

### Author: ![tomlefthook](https://avatars.discourse-cdn.com/v4/letter/t/e56c9b/32.png) [@tomlefthook](https://forum.mautic.org/u/tomlefthook)
#### Post date: [April 2, 2016, 6:59pm UTC](https://forum.mautic.org/t/filter-logic-or-operators/5573/3 "2016-04-02T18:59:34Z")

</div>

I’d like to filter some report columns on simple empty/not empty values.

Is there a list of search operators or explanation of filter logic anywhere?

The [Mautic.org](http://Mautic.org) support documentation cryptically refers to such a document, but doesn’t link to it. See:

[https://mautic.org/docs/mautic\_docs.pdf](https://mautic.org/docs/mautic_docs.pdf)

Which reads:

> [@](#):
>
> The search box allows many different search types and follows the same search process and variables as found in all other search layouts. You can learn more about the powerful search options available on the search documentation page.

I’d love to learn more… where? 🙂

---

<div class="post-metadata">

### Author: ![MaskOfMint](https://avatars.discourse-cdn.com/v4/letter/m/919ad9/32.png) [@MaskOfMint](https://forum.mautic.org/u/MaskOfMint)
#### Post date: [October 7, 2016, 12:11pm UTC](https://forum.mautic.org/t/filter-logic-or-operators/5573/4 "2016-10-07T12:11:37Z")

</div>

Search Operators:

- (plus sign) - Search for the exact string (i.e. if admin, then administrator will not match)  
! (exclamation mark) - Not equals string  
" " (double quotes) - Search by phrase  
( ) (parentheses) - Group expressions together.  
OR - By default the expressions will be joined as AND statements. Use the OR operator to change that.

Search commands  
is:anonymous  
is:unowned  
is:mine  
email:\*  
segment:{segment\_alias}  
name:\*  
company:\*  
owner:\*  
ip:\*  
common:{segment\_alias} + {segment\_alias} + …
