3

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.

Community
  • 1
  • 1
silva96
  • 605
  • 2
  • 5
  • 15

1 Answers1

2

Most accurate documentation I could find is inside the code.

See this link

silva96
  • 605
  • 2
  • 5
  • 15