Reputation: 655
I'm looking into Mongoid Query documentation here and I only see very simple examples like Band.where(name: "Depeche Mode")
I would like to see how .or .and .any_of .any_in
and others work
Where can I find this documentation for mongoid 5+?
Many stackoverflow question (like this one) point to this link but that link redirects the first link I posted, where there is nothing about the methods I mention.
Upvotes: 3
Views: 349