Clause types
| Clause | Finds assets by |
|---|---|
| Text | A free-text search across the asset. |
| Tag | A tag applied to the asset. |
| Creator | Who created the asset. |
| Collection | Membership in a specific collection. |
| ID | A specific asset identifier. |
| Metadata | A structured metadata field, using an operator and value. |
Metadata conditions
Metadata clauses match on a field path with an operator and (for most operators) a value. The operators available depend on the field’s type:| Operator | Meaning | Types |
|---|---|---|
= / ≠ | Equals / does not equal | Numerical, string, boolean |
> ≥ < ≤ | Numeric comparisons | Numerical |
contains | Text contains a substring | String |
exists / not exists | The field is present / absent | All |
contains item / does not contain item | An array includes / excludes a value | Array |
Combine conditions
Add multiple clauses and join them with AND (all must match), OR (any may match), or NOT (exclude matches) to express exactly what you’re looking for.Next steps
Automatic metadata extraction
Where searchable metadata comes from.
Assets & content
What you’ll find and work with.