-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
As we implemented earlier search filters has predefine postfixes to automatically apply common filters: _from
, _to
, _in_list
, _not_in_list
.
We need to modify this list:
_gt
,_lt
postfixes should be added and works as aliases of_from
and_to
, but apply strict comparison_from
and_to
postfixes should be deprecated_gte
,_lte
postfixes should be implemented. They should apply unstrict comparison