mononobi / pyrin

A rich, fast, performant and easy to use application framework to build apps using Flask on top of it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[filtering]-Add support for not equality filters

mononobi opened this issue · comments

commented

Add support for not equality filters.
Filtering should support not equality for single and list values.
it could be implementedby adding ! sign at the end of field name. for example:
name_!=jack
it should not be implemented for range filters because it does not have any usage that way.