BoLaMN / loopback-component-admin

Loopback Admin Component
55 stars 25 forks source link

Search does not work #8

Open sbehrends opened 8 years ago

sbehrends commented 8 years ago

Looks like Search is not working. In a model view it never uses the input as a search.

In a model, changing input will execute this query to server, but it never includes the search. {"skip":0,"limit":10,"order":"id DESC"}

Would be useful to add like {id: 2} and allow loopback filter JSON to query