ngoralski / apigw

an api gateway to different services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter criteria not checked with values

ngoralski opened this issue · comments

IN filter require an array values
other filters (= != <> ) require a singe argument (first item of array)

Use by default an array even with a single value.