Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: string exact match filter #130

Open
nameduser0 opened this issue Apr 12, 2021 · 0 comments
Open

feat: string exact match filter #130

nameduser0 opened this issue Apr 12, 2021 · 0 comments

Comments

@nameduser0
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant