TranscriptSearchOptions
No description
type TranscriptSearchOptions {
mentionsPerEpisode: Int
boolSearch: Boolean
}
Fields
mentionsPerEpisode (Int)
The maximum number of mentions to return per result. Defaults to 10. To return all mentions, set this to 0. Note that this may result in a timeout if the number of mentions is very high.
boolSearch (Boolean)
Pass with a value of true to use +, |, and - operational characters in a searchTerm search. Allows you to perform boolean searches with AND, OR and NOT operations, respectively.