ContentSearchCriteriaInput
Fields
| Field | Type | Description |
|---|---|---|
filter | ContentSearchFilterInput | Optional filters to narrow content search results. |
paging | OffsetBasedPagingInput | Paginate results |
sorting | ContentSortingInput | Sort results by the specified criteria |
term | String | The search term to filter content by title. This search is powered by Apache Lucene, see https://lucene.apache.org/core/5_5_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description for a complete description of the Lucene query syntax. |