You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.
This happens on the client with feathers-rest and axios:
With
foos = []
this produces an HTTP request with an empty query string, i.e. a plain.find()
and thus it returns all records.I'd expect it to actually return an emtpy array.
As a workaround i use which returns the expected result (none) for an empty
foos
array.The text was updated successfully, but these errors were encountered: