如何不区分大小写下订单

发布于 2024-09-06 08:03:11 字数 74 浏览 3 评论 0原文

我开始使用 MongoDB 和 NoRM,我想做一个不区分 Ccase 的 orderBy,这可能吗?

感谢您的帮助!

I'm starting to work with MongoDB and NoRM and I would like to do an orderBy that is not Ccase sensitive, is it possible?

Thanks for the help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟织青萝梦 2024-09-13 08:03:11

这似乎不可能(阅读http://groups.google.com/group/mongodb-user/browse_thread/thread/1491cfb04ec706b3/c2050f57daea3836?lnk=gst&q=insensitive#c2050f57daea3836)。

您可以将该值存储两次,一次使用混合大小写,一次使用大写字母。您可以使用大写值对列进行索引。

It seems impossible (read http://groups.google.com/group/mongodb-user/browse_thread/thread/1491cfb04ec706b3/c2050f57daea3836?lnk=gst&q=insensitive#c2050f57daea3836).

You can store the value twice, once in mixed casing and once in uppercase. You can index the column with uppercase values.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文