josx / ra-data-feathers

A feathers rest client for react-admin
MIT License
157 stars 53 forks source link

Fix Nested Queries in GET_LIST #94

Closed nicholasnelson closed 5 years ago

nicholasnelson commented 5 years ago

For an unknown reason, query params were being flattened in GET_LIST. This resulted in requests with nested query params failing. This commit removes the flattening.

Fixes #90

nicholasnelson commented 5 years ago

Tests are passing locally. CI failing due to #88