dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
643 stars 157 forks source link

Operator Options Enhancement #82

Open Devmond opened 2 years ago

Devmond commented 2 years ago

It would be nice to provide a way to specify options associated with operators. For instance if a user wants to test string equality, they may also want an option to specify whether the test should be case sensitive or not.