gilbitron / Arrest-MySQL

A "plug-n-play" RESTful API for your MySQL database.
131 stars 219 forks source link

Request: Column filtering #10

Open bsmulders opened 11 years ago

bsmulders commented 11 years ago

I am going to use Arrest-MySQL in a project where I need to use the RESTful interface for an HTML form with autocomplete. I now only have the option to grab all the records in the table, which is too much for the client to handle.

Column filtering would be a much appreciated feature, something like "/api/cities?name=miss%" would translate into "WHERE name LIKE 'miss%' ".