in reply to Re: Complex filter queries in a REST API
in thread Complex filter queries in a REST API

Thanks for your suggestion, but getting the parameters as such was not my problem. I retrieve them without problems via $c->req->params within Catalyst.

The question was about having a syntax that i could use for constructing complex conditions for a query in the uri, while avoiding to build myself a complex parser to validate the syntax and translate it to something that i could use in DBIx::Class

Kind regards