@@ -63,21 +63,21 @@ Name | Type | Description
6363
6464The ` q ` search term can also contain any combination of the supported repository search qualifiers:
6565
66- * [ ` in ` ] ( https://help.github.com/articles/searching-repositories#search-in )
66+ * [ ` in ` ] ( https://help.github.com/articles/searching-repositories#scope-the- search-fields )
6767 Qualifies which fields are searched. With this qualifier you can restrict the
6868 search to just the repository name, description, readme, or
6969 any combination of these.
70- * [ ` size ` ] ( https://help.github.com/articles/searching-repositories#size )
70+ * [ ` size ` ] ( https://help.github.com/articles/searching-repositories#search-based-on-the- size-of-a-repository )
7171 Finds repositories that match a certain size (in kilobytes).
72- * [ ` forks ` ] ( https://help.github.com/articles/searching-repositories#forks )
72+ * [ ` forks ` ] ( https://help.github.com/articles/searching-repositories#search-based-on-the-number-of- forks-the-parent-repository-has )
7373 Filters repositories based on the number of forks, and/or whether forked repositories should be included in the results at all.
74- * [ ` created ` or ` pushed ` ] ( https://help.github.com/articles/searching-repositories#created-and -last-updated )
74+ * [ ` created ` or ` pushed ` ] ( https://help.github.com/articles/searching-repositories#search-based-on-when-a-repository-was- created-or -last-updated )
7575 Filters repositories based on date of creation, or when they were last updated.
76- * [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-repositories#users-organizations-and -repositories )
76+ * [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-repositories#search-within-a- users-or-organizations -repositories )
7777 Limits searches to a specific user or repository.
78- * [ ` language ` ] ( https://help.github.com/articles/searching-repositories#languages )
78+ * [ ` language ` ] ( https://help.github.com/articles/searching-repositories#search-based-on-the-main-language-of-a-repository )
7979 Searches repositories based on the language they're written in.
80- * [ ` stars ` ] ( https://help.github.com/articles/searching-repositories#stars )
80+ * [ ` stars ` ] ( https://help.github.com/articles/searching-repositories#search-based-on-the-number-of- stars-a-repository-has )
8181 Searches repositories based on the number of stars.
8282
8383<h4 id =" repository-search-example " >Example</h4 >
@@ -136,22 +136,24 @@ Name | Type | Description
136136
137137The ` q ` search term can also contain any combination of the supported code search qualifiers:
138138
139- * [ ` in ` ] ( https://help.github.com/articles/searching-code#search-in )
139+ * [ ` in ` ] ( https://help.github.com/articles/searching-code#scope-the- search-fields )
140140 Qualifies which fields are searched. With this qualifier you can restrict the
141141 search to just the file contents, the file path, or both.
142- * [ ` language ` ] ( https://help.github.com/articles/searching-code#language )
142+ * [ ` language ` ] ( https://help.github.com/articles/searching-code#search-by- language )
143143 Searches code based on the language it's written in.
144- * [ ` fork ` ] ( https://help.github.com/articles/searching-code#forks )
144+ * [ ` fork ` ] ( https://help.github.com/articles/searching-code#search-by-the-number-of- forks-the-parent-repository-has )
145145 Specifies that code from forked repositories should be searched. Repository
146146 forks will not be searchable unless the fork has more stars than the parent
147147 repository.
148- * [ ` size ` ] ( https://help.github.com/articles/searching-code#size )
148+ * [ ` size ` ] ( https://help.github.com/articles/searching-code#search-by-the- size-of-the-parent-repository )
149149 Finds files that match a certain size (in bytes).
150- * [ ` path ` ] ( https://help.github.com/articles/searching-code#path )
150+ * [ ` path ` ] ( https://help.github.com/articles/searching-code#search-by-the-location-of-a-file-within-the-repository )
151151 Specifies the path that the resulting file must be at.
152- * [ ` extension ` ] ( https://help.github.com/articles/searching-code#extension )
152+ * [ ` filename ` ] ( https://help.github.com/articles/searching-code#search-by-filename )
153+ Matches files by their filename.
154+ * [ ` extension ` ] ( https://help.github.com/articles/searching-code#search-by-the-file-extension )
153155 Matches files with a certain extension.
154- * [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-code#users-organizations-and -repositories )
156+ * [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-code#search-within-a- users-or-organizations -repositories )
155157 Limits searches to a specific user or repository.
156158
157159<h4 id =" code-search-example " >Example</h4 >
@@ -209,44 +211,46 @@ Name | Type | Description
209211
210212The ` q ` search term can also contain any combination of the supported issue search qualifiers:
211213
212- * [ ` type ` ] ( https://help.github.com/articles/searching-issues#type )
214+ * [ ` type ` ] ( https://help.github.com/articles/searching-issues#search-issues-or-pull-requests )
213215 With this qualifier you can restrict the search to issues or pull request only.
214- * [ ` in ` ] ( https://help.github.com/articles/searching-issues#search-in )
216+ * [ ` in ` ] ( https://help.github.com/articles/searching-issues#scope-the- search-fields )
215217 Qualifies which fields are searched. With this qualifier you can restrict the
216218 search to just the title, body, comments, or any combination of these.
217- * [ ` author ` ] ( https://help.github.com/articles/searching-issues#author )
219+ * [ ` author ` ] ( https://help.github.com/articles/searching-issues#search-by-the- author-of-an-issue-or-pull-request )
218220 Finds issues created by a certain user.
219- * [ ` assignee ` ] ( https://help.github.com/articles/searching-issues#assignee )
221+ * [ ` assignee ` ] ( https://help.github.com/articles/searching-issues#search-by-the- assignee-of-an-issue-or-pull-request )
220222 Finds issues that are assigned to a certain user.
221- * [ ` mentions ` ] ( https://help.github.com/articles/searching-issues#mentions )
223+ * [ ` mentions ` ] ( https://help.github.com/articles/searching-issues#search-by-a-mentioned-user-within-an-issue-or-pull-request )
222224 Finds issues that mention a certain user.
223- * [ ` commenter ` ] ( https://help.github.com/articles/searching-issues#commenter )
225+ * [ ` commenter ` ] ( https://help.github.com/articles/searching-issues#search-by-a- commenter-within-an-issue-or-pull-request )
224226 Finds issues that a certain user commented on.
225- * [ ` involves ` ] ( https://help.github.com/articles/searching-issues#involves )
227+ * [ ` involves ` ] ( https://help.github.com/articles/searching-issues#search-by-a-user-thats-involved-within-an-issue-or-pull-request )
226228 Finds issues that were either created by a certain user, assigned to that
227229 user, mention that user, or were commented on by that user.
228- * [ ` state ` ] ( https://help.github.com/articles/searching-issues#state )
230+ * [ ` state ` ] ( https://help.github.com/articles/searching-issues#search-based-on-whether-an-issue-or-pull-request-is-open )
229231 Filter issues based on whether they're open or closed.
230- * [ ` labels ` ] ( https://help.github.com/articles/searching-issues#labels )
232+ * [ ` labels ` ] ( https://help.github.com/articles/searching-issues#search-by-the- labels-on-an-issue )
231233 Filters issues based on their labels.
232- * [ ` no ` ] ( https://help.github.com/articles/searching-issues#no )
234+ * [ ` no ` ] ( https://help.github.com/articles/searching-issues#search-by-missing-metadata-on-an-issue-or-pull-request )
233235 Filters items missing certain metadata, such as ` label ` , ` milestone ` , or ` assignee `
234- * [ ` language ` ] ( https://help.github.com/articles/searching-issues#language )
236+ * [ ` language ` ] ( https://help.github.com/articles/searching-issues#search-by-the-main- language-of-a-repository )
235237 Searches for issues within repositories that match a certain language.
236- * [ ` is ` ] ( https://help.github.com/articles/searching-issues#is )
238+ * [ ` is ` ] ( https://help.github.com/articles/searching-issues#search-based-on-the-state-of-an-issue-or-pull-request )
237239 Searches for items within repositories that match a certain state, such as ` open ` , ` closed ` , or ` merged `
238- * [ ` created ` or ` updated ` ] ( https://help.github.com/articles/searching-issues#created-and -last-updated )
240+ * [ ` created ` or ` updated ` ] ( https://help.github.com/articles/searching-issues#search-based-on-when-an-issue-or-pull-request-was- created-or -last-updated )
239241 Filters issues based on date of creation, or when they were last updated.
240- * [ ` merged ` ] ( https://help.github.com/articles/searching-issues#merged )
242+ * [ ` merged ` ] ( https://help.github.com/articles/searching-issues#search-based-on-when-a-pull-request-was- merged )
241243 Filters pull requests based on the date when they were merged.
242- * [ ` closed ` ] ( https://help.github.com/articles/searching-issues#closed )
244+ * [ ` closed ` ] ( https://help.github.com/articles/searching-issues#search-based-on-when-an-issue-or-pull-request-was- closed )
243245 Filters issues based on the date when they were closed.
244- * [ ` comments ` ] ( https://help.github.com/articles/searching-issues#comments )
246+ * [ ` comments ` ] ( https://help.github.com/articles/searching-issues#search-by-the-number-of- comments-an-issue-or-pull-request-has )
245247 Filters issues based on the quantity of comments.
246- * [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-issues#users-organizations-and -repositories )
248+ * [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-issues#search-within-a- users-or-organizations -repositories )
247249 Limits searches to a specific user or repository.
248250
249251
252+ If you know the specific SHA hash of a commit, you can use also [ use it to search for pull requests] ( https://help.github.com/articles/searching-issues#search-by-the-commit-shas-within-a-pull-request ) that contain that SHA. Note that the SHA syntax must be at least seven characters.
253+
250254<h4 id =" issue-search-example " >Example</h4 >
251255
252256Let's say you want to find the oldest unresolved Python bugs on Windows. Your
@@ -302,22 +306,22 @@ Name | Type | Description
302306
303307The ` q ` search term can also contain any combination of the supported user search qualifiers:
304308
305- * [ ` type ` ] ( https://help.github.com/articles/searching-users#type )
309+ * [ ` type ` ] ( https://help.github.com/articles/searching-users#search-for-users-or-organizations )
306310 With this qualifier you can restrict the search to just personal accounts or
307311 just organization accounts.
308- * [ ` in ` ] ( https://help.github.com/articles/searching-users#search-in )
312+ * [ ` in ` ] ( https://help.github.com/articles/searching-users#scope-the- search-fields )
309313 Qualifies which fields are searched. With this qualifier you can restrict
310314 the search to just the username, public email, full name, or any
311315 combination of these.
312- * [ ` repos ` ] ( https://help.github.com/articles/searching-users#repository-count )
316+ * [ ` repos ` ] ( https://help.github.com/articles/searching-users#search-based-on-the-number-of-repositories-a-user-has )
313317 Filters users based on the number of repositories they have.
314- * [ ` location ` ] ( https://help.github.com/articles/searching-users#location )
318+ * [ ` location ` ] ( https://help.github.com/articles/searching-users#search-based-on-the- location-where-a-user-resides )
315319 Filter users by the location indicated in their profile.
316- * [ ` language ` ] ( https://help.github.com/articles/searching-users#language )
320+ * [ ` language ` ] ( https://help.github.com/articles/searching-users#search-based-on-the-languages-of-a-users-repositories )
317321 Search for users that have repositories that match a certain language.
318- * [ ` created ` ] ( https://help.github.com/articles/searching-users#created )
322+ * [ ` created ` ] ( https://help.github.com/articles/searching-users#search-based-on-when-a-user-joined-github )
319323 Filter users based on when they joined.
320- * [ ` followers ` ] ( https://help.github.com/articles/searching-users#followers )
324+ * [ ` followers ` ] ( https://help.github.com/articles/searching-users#search-based-on-the-number-of- followers-a-user-has )
321325 Filter users based on the number of followers they have.
322326
323327<h4 id =" user-search-example " >Example</h4 >
0 commit comments