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" }