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
This is beyond the original scope of Eloquent, but will find $all search be supported? or maybe there is a workaround I am not aware of? Maybe a flag on whereIn?
Activity
jenssegers commentedon Dec 7, 2013
This is not possible as of this moment. You could raw expressions: https://github.com/jenssegers/Laravel-MongoDB#raw-expressions
jenssegers commentedon Dec 8, 2013
I will add
all
support in the next update, check out #82Adding mongodb specific operators, fixes #82 and #81
jenssegers commentedon Dec 8, 2013
Check out https://github.com/jenssegers/Laravel-MongoDB#mongodb-specific-operators
bitinn commentedon Dec 9, 2013
oh man, cheers!
Adding mongodb specific operators, fixes mongodb#82 and mongodb#81