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 was archived by the owner on Feb 6, 2018. It is now read-only.
I post it here since exactly the same code works fine with feathers-socketio.
So when I use the $in operator and provide an array of values for a field, the result query consists of an object, not an array. For example, the following query
I post it here since exactly the same code works fine with
feathers-socketio.So when I use the
$inoperator and provide an array of values for a field, the result query consists of an object, not an array. For example, the following queryresults in the following
hook.params.queryvalue:or see the debug console output:
This obviously doesn't pass as a correct query (in my case for Mongoose). As I mentioned, I see no such problem using socketio.