You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It wasn't immediately clear that the qualifiers on the Search API page are links to further documentation. Links to the two in-browser search syntax documents have been added. The `forks` qualifiers was also separated from the `fork` qualifier as described on the search doc page.
Copy file name to clipboardExpand all lines: content/v3/search.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Name | Type | Description
61
61
`sort`|`string`| The sort field. One of `stars`, `forks`, or `updated`. Default: results are sorted by best match.
62
62
`order`|`string`| The sort order if `sort` parameter is provided. One of `asc` or `desc`. Default: `desc`
63
63
64
-
The `q` search term can also contain any combination of the supported repository search qualifiers:
64
+
The `q` search term can also contain any combination of the supported repository search qualifiers as described by the in-browser [repository search documentation](https://help.github.com/articles/searching-repositories/) and [search syntax documentation](https://help.github.com/articles/search-syntax/):
Filters repositories based on the number of forks, and/or whether forked repositories should be included in the results at all.
73
+
Filters repositories based on the number of forks
74
+
*[`fork`](https://help.github.com/articles/searching-repositories#search-based-on-the-number-of-forks-the-parent-repository-has) Filters whether forked repositories should be included (`true`) or only forked repositories should be returned (`only`).
74
75
*[`created` or `pushed`](https://help.github.com/articles/searching-repositories#search-based-on-when-a-repository-was-created-or-last-updated)
75
76
Filters repositories based on date of creation, or when they were last updated.
76
77
*[`user` or `repo`](https://help.github.com/articles/searching-repositories#search-within-a-users-or-organizations-repositories)
0 commit comments