$text $search does not find results for the single letter "A"

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: 3.0.0
    • Component/s: MongoDB 3.2
    • Environment:
      Mac OS 10.10.5 and Kubuntu 3.16.0.4 (AMD 64).
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Say you have two records:
      {{

      { letter: "A" }

      }}
      and
      {{

      { letter: "B" }

      }}

      Using the text search method does not return any matches for specifically the letter A.
      db.collection.find({$text: {$search: "A");}}

      By changing the letter to seemingly any other letter will yield a match.
      db.collection.find({$text: {$search: "B");}}
      {{

      {letter: "B"}

      }}

      I've verified this bug on 2 machines and got another developers help to verify he was seeing the same behavior.

            Assignee:
            Christian Amor Kvalheim
            Reporter:
            Austin Kurpuis
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: