@@ -73,11 +73,12 @@ You can add up to 15 of your own custom filters.
|
||||
## Custom filter limitations
|
||||
|
||||
Custom filters do not currently support:
|
||||
* Full text search in your inbox, including searching for pull request or issue titles.
|
||||
|
||||
* Full text search in your inbox, including searching for pull request or issue titles
|
||||
* Distinguishing between the `is:issue`, `is:pr`, and `is:pull-request` query filters. These queries will return both issues and pull requests.
|
||||
* Creating more than 15 custom filters.
|
||||
* Changing the default filters or their order.
|
||||
* Search [exclusion](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#exclude-certain-results) using `NOT` or `-QUALIFIER`.
|
||||
* Creating more than 15 custom filters
|
||||
* Changing the default filters or their order
|
||||
* Search [exclusion](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#exclude-certain-results) using `NOT` or `-QUALIFIER`
|
||||
|
||||
## Supported queries for custom filters
|
||||
|
||||
|
||||
@@ -193,6 +193,7 @@ For pull requests, you can also use search to:
|
||||
* Filter pull requests that someone has asked you directly to review: `state:open type:pr user-review-requested:@me`
|
||||
* Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/docs`
|
||||
* Filter for pull requests that are linked to an issue that the pull request may close: `linked:issue`
|
||||
* Filter pull requests by state of [merging](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges): `is:merged` or `is:unmerged`
|
||||
|
||||
## Sorting issues and pull requests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user