From a3bdd1028d87340217e140187303d7b8b247fc8b Mon Sep 17 00:00:00 2001 From: Anil Seervi Date: Fri, 12 Nov 2021 18:42:24 +0530 Subject: [PATCH 1/2] Keep simpler example, fix table formatting --- .../understanding-the-search-syntax.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md b/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md index 34acd6390f..14c3bdd3bf 100644 --- a/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md +++ b/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md @@ -74,8 +74,7 @@ Another way you can narrow down search results is to exclude certain subsets. Yo Query | Example ------------- | ------------- --QUALIFIER | **[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 +-QUALIFIER | **[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 From 75daf7994ee7a80d650a28ef0386ac27195c85f8 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Mon, 15 Nov 2021 14:26:31 +0000 Subject: [PATCH 2/2] Update content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md --- .../understanding-the-search-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md b/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md index 14c3bdd3bf..0df535b263 100644 --- a/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md +++ b/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md @@ -74,7 +74,7 @@ Another way you can narrow down search results is to exclude certain subsets. Yo Query | Example ------------- | ------------- --QUALIFIER | **[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 +-QUALIFIER | **[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