Skip to content

Commit 00d01aa

Browse files
authored
Added filter out documentation using -
1 parent 4bf4e55 commit 00d01aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)