zebzhao / Angular-QueryBuilder

A modernized Angular 4+ query builder based on jquery QueryBuilder
MIT License
291 stars 218 forks source link

Is it possible to create custom operators on Angular-QueryBuilder? #245

Open yaelilola opened 2 years ago

yaelilola commented 2 years ago

I saw it is possible on https://querybuilder.js.org/#operators, but I'm trying to use Angular-QueryBuilder. Thanks!

dmshapoval commented 1 year ago

yes, it is possible. This package simply builds rules/rulesets. It will use operators which you provided in config, but how to treat them you have to define in your code

DevMetwaly commented 8 months ago

138