@@ -72,7 +72,7 @@ The `q` search term can also contain any combination of the supported repository
72
72
* [ ` forks ` ] ( https://help.github.com/articles/searching-repositories#forks )
73
73
Filters repositories based on the number of forks, and/or whether forked repositories should be included in the results at all.
74
74
* [ ` created ` or` pushed ` ] ( https://help.github.com/articles/searching-repositories#created-and-last-updated )
75
- Filters repositories based ontimes of creation, or when they were last updated.
75
+ Filters repositories based ondate of creation, or when they were last updated.
76
76
* [ ` user ` or` repo ` ] ( https://help.github.com/articles/searching-repositories#users-organizations-and-repositories )
77
77
Limits searches to a specific user or repository.
78
78
* [ ` language ` ] ( https://help.github.com/articles/searching-repositories#languages )
@@ -229,10 +229,16 @@ The `q` search term can also contain any combination of the supported issue sear
229
229
Filter issues based on whether they're open or closed.
230
230
* [ ` labels ` ] ( https://help.github.com/articles/searching-issues#labels )
231
231
Filters issues based on their labels.
232
+ * [ ` no ` ] ( https://help.github.com/articles/searching-issues#no )
233
+ Filters items missing certain metadata, such as` label ` ,` milestone ` , or` assignee `
232
234
* [ ` language ` ] ( https://help.github.com/articles/searching-issues#language )
233
235
Searches for issues within repositories that match a certain language.
236
+ * [ ` is ` ] ( https://help.github.com/articles/searching-issues#is )
237
+ Searches for items within repositories that match a certain state, such as` open ` ,` closed ` , or` merged `
234
238
* [ ` created ` or` updated ` ] ( https://help.github.com/articles/searching-issues#created-and-last-updated )
235
- Filters issues based on times of creation, or when they were last updated.
239
+ Filters issues based on date of creation, or when they were last updated.
240
+ * [ ` merged ` ] ( https://help.github.com/articles/searching-issues#merged )
241
+ Filters pull requests based on the date when they were merged.
236
242
* [ ` comments ` ] ( https://help.github.com/articles/searching-issues#comments )
237
243
Filters issues based on the quantity of comments.
238
244
* [ ` user ` or` repo ` ] ( https://help.github.com/articles/searching-issues#users-organizations-and-repositories )