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
Copy file name to clipboardExpand all lines: content/v3/search.md
+16-15Lines changed: 16 additions & 15 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)
@@ -144,25 +145,25 @@ Name | Type | Description
144
145
`sort`|`string`| The sort field. Can only be `indexed`, which indicates how recently a file has been indexed by the GitHub search infrastructure. Default: results are sorted by best match.
145
146
`order`|`string`| The sort order if `sort` parameter is provided. One of `asc` or `desc`. Default: `desc`
146
147
147
-
The `q` search term can also contain any combination of the supported code search qualifiers:
148
+
The `q` search term can also contain any combination of the supported code search qualifiers as described by the in-browser [code search documentation](https://help.github.com/articles/searching-code/) and [search syntax documentation](https://help.github.com/articles/search-syntax/):
Matches files with a certain extension after a dot.
166
167
*[`user` or `repo`](https://help.github.com/articles/searching-code#search-within-a-users-or-organizations-repositories)
167
168
Limits searches to a specific user or repository.
168
169
@@ -219,13 +220,13 @@ Name | Type | Description
219
220
`sort`|`string`| The sort field. Can be `comments`, `created`, or `updated`. Default: results are sorted by best match.
220
221
`order`|`string`| The sort order if `sort` parameter is provided. One of `asc` or `desc`. Default: `desc`
221
222
222
-
The `q` search term can also contain any combination of the supported issue search qualifiers:
223
+
The `q` search term can also contain any combination of the supported issue search qualifiers as described by the in-browser [issue search documentation](https://help.github.com/articles/searching-issues/) and [search syntax documentation](https://help.github.com/articles/search-syntax/):
`sort`|`string`| The sort field. Can be `followers`, `repositories`, or `joined`. Default: results are sorted by best match.
317
318
`order`|`string`| The sort order if `sort` parameter is provided. One of `asc` or `desc`. Default: `desc`
318
319
319
-
The `q` search term can also contain any combination of the supported user search qualifiers:
320
+
The `q` search term can also contain any combination of the supported user search qualifiers as described by the in-browser [user search documentation](https://help.github.com/articles/searching-users/) and [search syntax documentation](https://help.github.com/articles/search-syntax/):
0 commit comments