Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-5321

text index and $text query operator: fix case-sensitivity statement

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • Server_Docs_20231030
    • Affects Version/s: mongodb-2.6, mongodb-3.0
    • Component/s: manual
    • Labels:
      None

      Currently states only english language is case-insensitive.

      When in fact

      The text search subsystem treats "A" and "a" as the same character (in particular, for text search queries and for text-indexed documents). The same relationship applies for all characters in [A-Z] <=> [a-z].

      Aside from those characters, all other characters are considered unique / not considered to have a case-equivalent. Improving this is tracked at SERVER-8423.

      So, you're right, it's not language-specific.

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 50 weeks, 6 days ago