AdguardTeam / AdguardTeam/AdGuardHome
Query log: add flag or option to invert/negate the search
- Dominant language
- TypeScript
- Stars
- 36.9k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Prerequisites
- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [X] I have searched other issues and found no duplicates
- [X] I want to request a feature or enhancement and not ask a question
### Description
#### What problem are you trying to solve?
I would like to search the query log for queries that are not from a specific. But actual the search is to search for equality (==) but I can need to search for NOT equality (!=)
#### Proposed solution
Use the ! sign in front of the searchterm to change the search operation from equality (==) to NOT equality (!=)
#### Alternatives considered
Use a checkbox to change the search operation
#### Additional information
Contributor guide
Assessment
This issue has not been assessed yet.