1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Merge branch 'main' into feature/updating-docs

This commit is contained in:
mc
2021-11-15 14:47:08 +00:00
committed by GitHub

View File

@@ -74,8 +74,7 @@ Another way you can narrow down search results is to exclude certain subsets. Yo
Query | Example
------------- | -------------
<code>-<em>QUALIFIER</em></code> | **[cats stars:>10 -language:javascript](https://github.com/search?q=cats+stars%3A>10+-language%3Ajavascript&type=Repositories)** matches repositories with the word "cats" that have more than 10 stars but are not written in JavaScript.
| **[mentions:defunkt -org:github](https://github.com/search?utf8=%E2%9C%93&q=mentions%3Adefunkt+-org%3Agithub&type=Issues)** matches issues mentioning @defunkt that are not in repositories in the GitHub organization
<code>-<em>QUALIFIER</em></code> | **[mentions:defunkt -org:github](https://github.com/search?utf8=%E2%9C%93&q=mentions%3Adefunkt+-org%3Agithub&type=Issues)** matches issues mentioning @defunkt that are not in repositories in the GitHub organization.
## Use quotation marks for queries with whitespace