@@ -72,7 +72,7 @@ The `q` search term can also contain any combination of the supported repository
7272* [ ` forks ` ] ( https://help.github.com/articles/searching-repositories#forks )
7373 Filters repositories based on the number of forks, and/or whether forked repositories should be included in the results at all.
7474* [ ` created ` or ` pushed ` ] ( https://help.github.com/articles/searching-repositories#created-and-last-updated )
75- Filters repositories based on times of creation, or when they were last updated.
75+ Filters repositories based on date of creation, or when they were last updated.
7676* [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-repositories#users-organizations-and-repositories )
7777 Limits searches to a specific user or repository.
7878* [ ` 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
229229 Filter issues based on whether they're open or closed.
230230 * [ ` labels ` ] ( https://help.github.com/articles/searching-issues#labels )
231231 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 `
232234 * [ ` language ` ] ( https://help.github.com/articles/searching-issues#language )
233235 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 `
234238 * [ ` 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.
236242 * [ ` comments ` ] ( https://help.github.com/articles/searching-issues#comments )
237243 Filters issues based on the quantity of comments.
238244 * [ ` user ` or ` repo ` ] ( https://help.github.com/articles/searching-issues#users-organizations-and-repositories )
0 commit comments