Search parameters for time series

interface TimeseriesSearch {
    description?: string;
    name?: string;
    query?: string;
}

Properties

description?: string

Prefix and fuzzy search on description.

name?: string

Prefix and fuzzy search on name.

query?: string

Search on name and description using wildcard search on each of the words (separated by spaces). Retrieves results where at least one word must match. Example: 'some other'