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
See "[Searching on GitHub](/articles/searching-on-github/)"
61
61
for a complete list of available qualifiers, their format, and an example of
62
62
how to use them. For information about how to use operators to match specific
63
-
quantities, dates, or to exclude results, see "[Understanding the search syntax](/articles/understanding-the-search-syntax/)."
63
+
quantities, dates, or to exclude results, see "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax/)."
Copy file name to clipboardExpand all lines: content/search-github/searching-on-github/searching-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ You can search for code based on what language it's written in. The `language` q
79
79
80
80
## Search by file size
81
81
82
-
You can use the `size` qualifier to search for source code based on the size of the file where the code exists. The `size` qualifier uses [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax) to filter results based on the byte size of the file in which the code is found.
82
+
You can use the `size` qualifier to search for source code based on the size of the file where the code exists. The `size` qualifier uses [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax) to filter results based on the byte size of the file in which the code is found.
Copy file name to clipboardExpand all lines: content/search-github/searching-on-github/searching-issues-and-pull-requests.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can search for issues and pull requests globally across all of {% data varia
20
20
21
21
**Tips:**{% ifversion ghes or ghae %}
22
22
- This article contains example searches on the {% data variables.product.prodname_dotcom %}.com website, but you can use the same search filters on {% data variables.product.product_location %}.{% endif %}
23
-
- For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "[Understanding the search syntax](/articles/understanding-the-search-syntax)".
23
+
- For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)".
24
24
- Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for `label:"in progress"`. Search is not case sensitive.
25
25
- {% data reusables.search.search_issues_and_pull_requests_shortcut %}
26
26
@@ -213,7 +213,7 @@ With the `language` qualifier you can search for issues and pull requests within
213
213
214
214
## Search by number of comments
215
215
216
-
You can use the `comments` qualifier along with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax) to search by the number of comments.
216
+
You can use the `comments` qualifier along with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax) to search by the number of comments.
217
217
218
218
| Qualifier | Example
219
219
| ------------- | -------------
@@ -222,7 +222,7 @@ You can use the `comments` qualifier along with [greater than, less than, and ra
222
222
223
223
## Search by number of interactions
224
224
225
-
You can filter issues and pull requests by the number of interactions with the `interactions` qualifier along with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax). The interactions count is the number of reactions and comments on an issue or pull request.
225
+
You can filter issues and pull requests by the number of interactions with the `interactions` qualifier along with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax). The interactions count is the number of reactions and comments on an issue or pull request.
226
226
227
227
| Qualifier | Example
228
228
| ------------- | -------------
@@ -231,7 +231,7 @@ You can filter issues and pull requests by the number of interactions with the `
231
231
232
232
## Search by number of reactions
233
233
234
-
You can filter issues and pull requests by the number of reactions using the `reactions` qualifier along with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax).
234
+
You can filter issues and pull requests by the number of reactions using the `reactions` qualifier along with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
Copy file name to clipboardExpand all lines: content/search-github/searching-on-github/searching-topics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The `is:featured` search qualifier will narrow search results to the topics with
32
32
33
33
The `is:curated` search qualifier will narrow search results to topics that community members have added extra information to. For more information, see the [explore repository](https://github.com/github/explore).
34
34
35
-
You can filter topics based when they were created using the date parameter and `created:` or based on how many repositories are associated with this topic using `repositories:n`. Both of these qualifiers can use the [greater than and less than range qualifiers](/articles/understanding-the-search-syntax).
35
+
You can filter topics based when they were created using the date parameter and `created:` or based on how many repositories are associated with this topic using `repositories:n`. Both of these qualifiers can use the [greater than and less than range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
36
36
37
37
{% data reusables.time_date.date_format %} {% data reusables.time_date.time_format %}
Copy file name to clipboardExpand all lines: content/search-github/searching-on-github/searching-users.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ With the `in` qualifier you can restrict your search to the username (`login`),
42
42
43
43
## Search by number of repositories a user owns
44
44
45
-
You can filter users based on the number of repositories they own, using the `repos` qualifier and [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax).
45
+
You can filter users based on the number of repositories they own, using the `repos` qualifier and [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
46
46
47
47
| Qualifier | Example
48
48
| ------------- | -------------
@@ -81,7 +81,7 @@ You can filter users based on when they joined {% data variables.product.product
81
81
82
82
## Search by number of followers
83
83
84
-
You can filter users based on the number of followers that they have, using the `followers` qualifier with [greater than, less than, and range qualifiers](/articles/understanding-the-search-syntax).
84
+
You can filter users based on the number of followers that they have, using the `followers` qualifier with [greater than, less than, and range qualifiers](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
0 commit comments