Closed
Description
entering a simple filter in explorer 1.7.2.
[order]=ts DESC
explorer populates query as:
http://localhost:3000/api/Entry?filter=[order]=ts DESC&filter[limit]=1
instead of:
http://localhost:3000/api/Entry?filter[order]=ts DESC&filter[limit]=1
resulting in 400 error.
Also, on a more minor note explorer lists
Filter defining fields, where, orderBy, offset, and limit
instead of
Filter defining fields, where, order, offset, and limit
Metadata
Metadata
Assignees
Labels
No labels