Skip to content

Commit 2927aee

Browse files
rileybroughtensabrowning1saritai
authored
Update filtering-and-searching-issues-and-pull-requests.md (#54937)
Co-authored-by: Sam Browning <[email protected]> Co-authored-by: Sarita Iyer <[email protected]>
1 parent ff4d053 commit 2927aee

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

content/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can filter issues and pull requests to find:
7171

7272
## Building advanced filters for issues
7373

74-
You can build advanced filters using boolean and nested queries on your repository's issues page. As you type your filter, {% data variables.product.github %} will show available qualifiers, suggest values, and warn when there is a problem with your filter.
74+
You can build advanced filters using boolean and nested queries on your repository's issues page{% ifversion issues-dashboard %} and the issues dashboard{% endif %}. As you type your filter, {% data variables.product.github %} will show available qualifiers, suggest values, and warn when there is a problem with your filter.
7575

7676
### Using boolean operators
7777

@@ -89,7 +89,7 @@ To return results where either statement is true, use `OR`. In the example below
8989
assignee:octocat OR assignee:hubot
9090
```
9191

92-
If you choose not to use `AND` and `OR` operators, {% data variables.product.github %} will treat a space between statements as an `AND` operator unless you are using an `org`, `repo`, or `user` field to filter by ownership where any spaces will be treated as an `OR` operator.
92+
If you choose not to use `AND` and `OR` operators, {% data variables.product.github %} will treat a space between statements as an `AND` operator{% ifversion ghes < 3.18 %} unless you are using an `org`, `repo`, or `user` field to filter by ownership, in which case any spaces will be treated as an `OR` operator{% endif %}.
9393

9494
### Using parentheses for more complicated filters
9595

@@ -99,7 +99,7 @@ You can also use parentheses to nest filters and group qualifiers. In the exampl
9999
(type:"Bug" AND assignee:octocat) OR (type:"Enhancement" AND assignee:hubot)
100100
```
101101

102-
You can nest filters using parentheses up to five levels deep. It's not currently possible to include the `repo`, `org`, or `user` qualifiers within parentheses.
102+
You can nest filters using parentheses up to five levels deep.{% ifversion ghes < 3.18 %} It's not currently possible to include the `repo`, `org`, or `user` qualifiers within parentheses.{% endif %}
103103

104104
{% endwebui %}
105105

content/search-github/searching-on-github/searching-issues-and-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can search for issues and pull requests globally across all of {% data varia
1818

1919
> [!TIP]
2020
> * This article contains example searches on {% data variables.product.prodname_dotcom_the_website %}, but you can use the same search filters on other {% data variables.product.github %} platforms.{% ifversion issues-advanced-search %}
21-
> * You can build advanced filters using boolean and nested queries on your repository's issues page. See [AUTOTITLE](/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests#building-advanced-filters-for-issues).{% endif %}
21+
> * You can build advanced filters using boolean and nested queries on your repository's issues page{% ifversion issues-dashboard %} and the issues dashboard{% endif %}. See [AUTOTITLE](/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests#building-advanced-filters-for-issues).{% endif %}
2222
> * For a list of search syntaxes that you can add to any search qualifier to further improve your results, see [AUTOTITLE](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).
2323
> * 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.
2424
> * Use a minus (hyphen) symbol to exclude results that match a qualifier. For example, to ignore issues created by the "octocat" user, you'd use `-author:octocat` in your search. Note that this does not work for [missing metadata qualifiers](#search-by-missing-metadata).

data/features/issues-dashboard.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reference: #17664
2+
# Global issues dashboard
3+
4+
versions:
5+
fpt: '*'
6+
ghec: '*'
7+
ghes: '>3.17'

0 commit comments

Comments
 (0)