Forbid two $text clauses inside query

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 2.5.5
    • Affects Version/s: 2.5.4
    • Component/s: Querying, Text Search
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      db.test.find({
          $and: [
              { $text: { $search: "dog" } },
              { $text: { $search: "dog" } }
          ]
      })
      

            Assignee:
            J Rassi (Inactive)
            Reporter:
            Tyler Brock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: