To perform true/false searches, use the following syntaxes:
| Search type | Example | Finds documents with... |
| Has redaction | hasredactions(true) | At least one redaction |
hasredactions(false) | No redactions | |
| Has privilege | hasprivilege(true) | At least one privilege tag |
hasprivilege(false) | No privilege tags | |
| Has document note | hasdocumentnote(true) | A document note |
hasdocumentnote(false) | No document note | |
| Has redaction reason | hasredactionreason(true) | A reason for redaction |
hasredactionreason(false) | No reason for redaction | |
| Has redaction without reason | hasredactionwithoutreason(true) | A redaction with no stated reason |
hasredactionwithoutreason(false) | All redactions have a stated reason | |
| Unfoldered | unfoldered(true) | No folder assignment |
unfoldered(false) | A folder assignment | |
| Has hidden type | hashiddentype(true) | A hidden file type |
hashiddentype(false) | No hidden file type | |
| Has fields | hasfields(true) | Content in custom fields |
hasfields(false) | No content in custom fields |