google / google/tamperchrome

Add filters that allow more than one option

Open
#196 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.