Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-199

Integrate text search into normal query system

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      JAVA-1043 Done 2.12.0, 3.0.0
      CSHARP-820 Done 1.9
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion JAVA-1043 Done 2.12.0, 3.0.0 CSHARP-820 Done 1.9

      MongoDB 2.6 replaces the experimental "text" command with a "$text" query modifier, documented here:

      http://docs.mongodb.org/manual/reference/operator/query/text/

      This ticket tracks support for the $text query modifier in drivers that include query "builders" which need changes to support the new modifier. Please note that the "text" command is removed in MongoDB 2.8. See SERVER-16061.

            Assignee:
            barrie Barrie Segal
            Reporter:
            barrie Barrie Segal
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: