Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Atlas Search
Created by Tom Richter
Created on May 2, 2024

Support Collation for Atlas search sort

I have a use case to sort by product names (strings). We have products that start with letters and some that start with numbers. Currently, the products that begin with numbers are always at the top when you sort in ascending order. We would like to sort alphanumerically so that the products beginning with letters are displayed first and those with numbers at the very end. It would therefore be nice if the $search operator could support collations with the sort parameter. See: https://www.mongodb.com/community/forums/t/atlas-search-sort-with-collation-locale/269296/5
  • Steffen Langer
    Feb 26, 2026

    We would appreciate a collation option, too.


    Use Case

    We sort invoices by the recipients' last names. Last names beginning with German umlauts such as "Özdemir" are sorted to the very end after "Zumnorde", although German users would expect it to be sorted after "Oppenheimer" (Ö would be sorted as O, Ä as A etc.)