engine icon indicating copy to clipboard operation
engine copied to clipboard

Add more predicates for filters

Open antho1404 opened this issue 4 years ago • 0 comments

https://github.com/mesg-foundation/engine/pull/1738 added a few predicates for filters but we could add even more.

One that I feel is really missing would be the

  • NEQ (not equal)
  • MATCH (match a regex)

Here is a list of predicates that could be implemented too https://github.com/activerecord-hackery/ransack#search-matchers

antho1404 avatar Mar 25 '20 09:03 antho1404