Syntax reference guide
Queries consist of space-separated search patterns that are matched against file contents. A file must have at least one match for each expression to be included. Queries can optionally contain search filters to further refine the search results.Keyword search (default)
Keyword search matches search patterns exactly in file contents. Wrapping search patterns in"" combines them as a single expression.
Regex search
Toggle the regex button (.*) in the search bar to interpret search patterns as regular expressions.
Search filters
Search queries (keyword or regex) can include multiple search filters to further refine the search results. Some filters can be negated using the- prefix.
Boolean operators & grouping
By default, space-separated expressions are and’d together. Using theor keyword as well as parentheses () can be used to create more complex boolean logic. Parentheses can be negated using the - prefix.

