OptionalcontextThe number of lines around a match that should be returned. Works only in conjunction with cm=true. Must be parseable as boolean.
OptionaldisplayThe maximum number of matches the backend returns. If the backend finds more than display-limit results, it will keep searching and aggregating statistics, but the matches will not be returned anymore. Note that the display-limit is different from the query filter count: which causes the search to stop and return once we found count: matches.
OptionalenableEnables chunk matches. Must be parseable as boolean.
OptionalmaxIf set, will truncate the context field of ChunkMatch such that no line is longer than max-line-len.
OptionalpatternEither "keyword", "standard", or "regexp". This pattern type is only used if the query doesn't already contain a patternType: filter.
OptionalversionThe version of the search query syntax. We recommend to explicitly set the version. The latest version is "V3".
Options for configuring the search query.
See
https://sourcegraph.com/docs/api/stream_api