ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: omerix on December 04, 2013, 03:04:49 pm
-
Hello,
not begin, great or equal, less or equal, not end operator missing.
Not post "pq_filter" parameter.
ok { "begin": "Baslayan" }
,{ "notbegin": "Baslamayan" }
ok ,{ "equal": "Esit Olan" }
ok ,{ "notequal": "Esit Olmayan" }
ok ,{ "great": "Buyuk Olan" }
,{ "greatorequal": "Buyuk yada Esit olan" }
ok ,{ "less": "Kucuk Olan" }
,{ "lessorequal": "Kucuk yada Esit olan" }
ok ,{ "contain": "Icerisinde Gecen" }
ok ,{ "notcontain": "Icerisinde Gecmeyen" }
ok ,{ "empty": "Bos Olanlar" }
ok ,{ "notempty": "Bos Olmayanlar" }
ok ,{ "end": "Ile Biten" }
,{ "notend": "Ile Bitmeyen" }
-
Filter API contains the commonly used filter conditions.
Your suggestion for the operators have been taken note of and would be added in the next version.
Thanks