标签: ruby-on-rails mongoid
我正在查看Mongoid查询文档here,我只看到非常简单的示例,例如Band.where(name: "Depeche Mode")
Band.where(name: "Depeche Mode")
我想看看.or .and .any_of .any_in和其他人的工作方式
.or .and .any_of .any_in
我在哪里可以找到mongoid 5 +的文档?
许多stackoverflow问题(like this one)指向this link,但该链接重定向我发布的第一个链接,其中没有关于我提到的方法。
答案 0 :(得分:2)
我能找到的最准确的文档都在代码中。
请参阅this link