json-server icon indicating copy to clipboard operation
json-server copied to clipboard

Nasted sort, paginate and filter.

Open kasik96 opened this issue 7 years ago • 1 comments

Hi, i found very strange problem when i use JSON-SERVER. When i have nasted data, i cant sort, peginate and filter. For example, on my db.json (located under this text) i use this: http://localhost:3000/listProfils?_page=1&_limit=5 And nothing change. I supose it should work like this: http://localhost:3000/listProfils.listProfils?_page=1&_limit=5 or http://localhost:3000/listProfils/listProfils?_page=1&_limit=5 any help here for this? Thanks. http://pastebin.com/V7XTyMA6

kasik96 avatar Jan 27 '17 07:01 kasik96

Any update on this?

TechDan09 avatar Jan 05 '22 20:01 TechDan09