如何使用 strongloop 将多个过滤器应用于 table

how to apply multiple filters to table using strongloop

请帮助我在强循环中应用多个过滤器

http://localhost:3000/api/isoCounts/count?where[flage]=true

为此我需要再添加一个 where condition [flage2]=false

http://localhost:3000/api/isoCounts/count?[where][and][0][flage]=true&[where][and][1][flage2]=false

应该根据 https://docs.strongloop.com/display/public/LB/Where+filter

中的文档工作