feat: string exact match filter
Open
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
Currently you can only filter match using `contains`
It would be useful if equals `=` did an exact match instead:
- `wibble` matches by `contains 'wibble'`
- `=wibble` matches by `exact match 'wibble'`
This would be useful to distinguish data like the following which is currently not possible:
- `VAT on Sales`
- `Sales`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.