Support boolean AND/OR/NOT search in the Search view
Open
feature-request
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
I frequently need to find configuration files that contain two independent strings. For example:
eg. a file with both of these strings or any of these strings
`A` AND `B`
`A` OR `B`
Today I have to perform two searches manually or use external tools or use regex patterns. It would be much more convenient if the Search view supported a feature like an add on search term
Contributor guide
Assessment
This issue has not been assessed yet.