file: | Filter results from filepaths that match the regex. By default all files are searched. | file:README - Filter results to filepaths that match regex /README/
file:"my file" - Filter results to filepaths that match regex /my file/
-file:test\.ts$ - Ignore results from filepaths match regex /test\.ts$/ |
repo: | Filter results from repos that match the regex. By default all repos are searched. | repo:linux - Filter results to repos that match regex /linux/
-repo:^web/.* - Ignore results from repos that match regex /^web\/.* |
rev: | Filter results from a specific branch or tag. By default only the default branch is searched. | rev:beta - Filter results to branches that match regex /beta/ |
lang: | Filter results by language (as defined by linguist). By default all languages are searched. | lang:TypeScript - Filter results to TypeScript files
-lang:YAML - Ignore results from YAML files |
sym: | Match symbol definitions created by universal ctags at index time. | sym:\bmain\b - Filter results to symbols that match regex /\bmain\b/ |
context: | Filter results to a predefined search context. | context:web - Filter results to the web context
-context:pipelines - Ignore results from the pipelines context |