Skip to content

Commit 0dcdcc7

Browse files
committed
Clarifies removal in the next major version of the API.
1 parent f9a99c4 commit 0dcdcc7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/v3/search/legacy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ v3. There should be no changes, other than the new URL and JSON output format.
1515
<div class="alert">
1616
<p>
1717
The Legacy Search API (described below) is <a href="/v3/#deprecations">deprecated</a>
18-
and is scheduled for removal in the next version of the API.
18+
and is scheduled for removal in the next major version of the API.
1919

2020
We recommend using the <a href="/v3/search/">v3 Search API</a> instead.
2121
It contains new endpoints and much more functionality.
@@ -30,7 +30,7 @@ Find issues by state and keyword.
3030

3131
### Parameters
3232

33-
Name | Type | Description
33+
Name | Type | Description
3434
-----|------|--------------
3535
`state`|`string` | Indicates the state of the issues to return. Can be either `open` or `closed`.
3636
`keyword`|`string`| The search term.
@@ -49,7 +49,7 @@ pages can be fetched using the `start_page` parameter.
4949

5050
### Parameters
5151

52-
Name | Type | Description
52+
Name | Type | Description
5353
-----|------|--------------
5454
`keyword`|`string`| The search term|
5555
`language`|`string` | Filter results by [language](https://github.com/languages)
@@ -69,7 +69,7 @@ Find users by keyword.
6969

7070
### Parameters
7171

72-
Name | Type | Description
72+
Name | Type | Description
7373
-----|------|--------------
7474
`keyword`|`string`| The search term
7575
`start_page`|`string` | The page number to fetch
@@ -91,7 +91,7 @@ address must be left unencoded. Searches only against public email addresses
9191

9292
### Parameters
9393

94-
Name | Type | Description
94+
Name | Type | Description
9595
-----|------|--------------
9696
`email`|`string`| The email address
9797

0 commit comments

Comments
 (0)