Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用 MongoDB 和 NoRM,我想做一个不区分大小写的 orderBy,这可能吗?
谢谢您的帮助!
这似乎是不可能的(阅读http://groups.google.com/group/mongodb-user/browse_thread/thread/1491cfb04ec706b3/c2050f57daea3836?lnk=gst&q=insensitive#c2050f57daea3836)。
您可以将该值存储两次,一次以混合大小写形式存储,一次以大写形式存储。您可以使用大写值索引列。