Skip to content

Commit

Permalink
Remove periods from list (github#33912)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
  • Loading branch information
SeanAverS and nguyenalex836 authored Jul 10, 2024
1 parent 3836b1b commit 70ebe8c
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 70ebe8c

Please sign in to comment.