EventSeriesSearchCriteriaInput
Fields
| Field | Type | Description |
|---|---|---|
date | DateTime | a specific point in time. default to now |
paging | OffsetBasedPagingInput | Paginate event series |
partialTermFuzzy | Boolean | Enable partial matching on the right most (last) term and support fuzziness on the terms preceding the last one |
partialTermStrict | Boolean | Enable partial matching on the right most (last) term |
sorting | EventSeriesSortingInput | Sort event series by the criteria |
term | String | The search term to filter event series. 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. |