Skip to content

Commit b16c30a

Browse files
authored
Merge pull request #1248 from Julian88Tex/patch-1
Added filter out documentation using `-`
2 parents 8c0de1e + 78921a4 commit b16c30a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ With issue and pull request search terms, you can:
2525
- Filter issues and pull requests that involve, but don't necessarily [**@mention**](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams), certain people: `state:open type:issue involves:octocat`
2626
- Filter issues and pull requests by assignee: `state:open type:issue assignee:octocat`
2727
- Filter issues and pull requests by label: `state:open type:issue label:"bug"`
28+
- Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat`
2829

2930
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
3031
For issues, you can also use search to:

0 commit comments

Comments
 (0)