Retrieves a list of all translation content associated with a site that matches the search query, with optional data aggregation.
Note that this method allows you to retrieve all translation content for a site, regardless of which app created it.
Use this method to search translation content fields on a site for a given expression, and/or to perform data aggregations on a site's translation content fields.
To learn about working with Search methods, see API Query Language (SDK | REST) and Sorting and Paging (SDK | REST).
| Property | Capabilities | Filters |
|---|---|---|
_id | Search: ✗ Aggregate: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
entityId | Search: ✗ Aggregate: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
locale | Search: ✗ Aggregate: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
parentEntityId | Search: ✗ Aggregate: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
previewField | Search: ✓ Aggregate: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
publishStatus | Search: ✗ Aggregate: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any |
schemaId | Search: ✗ Aggregate: ✓ Sort: ASC, DESC | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte |
fields.richContent | Search: ✓ Aggregate: ✗ Sort: ✗ | |
fields.textValue | Search: ✓ Aggregate: ✗ Sort: ✗ |
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
Search criteria including filter, sort, aggregations, and paging options.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.