Add filters that allow more than one option
Open
diff:hard
p:child
type:enhancement
- Dominant language
- TypeScript
- Stars
- 4.2k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
it's not possible to filter all POST and PUT requests.
the easy way to make this happen is to treat all filters of the same field as ORs, so `method:POST` `method:PUT` behaves like `method:(PUT|POST)`.
Contributor guide
Assessment
This issue has not been assessed yet.