frappe / frappe/datatable

feat: string exact match filter

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.