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
When I use the $in selector as in:
Users.find({tags: {$in: array}})
It works fine. But when I try to replace $in with $all I get the following error:
Uncaught TypeError: Cannot read property 'length' of undefined (selector.js:18)
I cannot see how just switching selectors can provoke that error. Please tell me if it is a known issue or just my total beginner mistake.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks for submitting this. Just fixed in 9d52461. Should be out in the next release, or you can use it if you clone the github repo and use the devel branch.
When I use the $in selector as in:
Users.find({tags: {$in: array}})
It works fine. But when I try to replace $in with $all I get the following error:
Uncaught TypeError: Cannot read property 'length' of undefined (selector.js:18)
I cannot see how just switching selectors can provoke that error. Please tell me if it is a known issue or just my total beginner mistake.
Thanks in advance.
The text was updated successfully, but these errors were encountered: