Confirm MongoDB Search support in MongoDB Community

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: django
    • None
    • None
    • Python Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      Context

      Search support is now available in MongoDB Community Edition so we should confirm it works in Django MongoDB Backend.

      Definition of done

      Confirm ./runtests.py --settings=test_mongo search_ works with MongoDB 8.2 or later Community Edition.

      Pitfalls

      It requires a local Atlas deployment. When you try to run collection.list_search_indexes()  (which is the command for our backend's DatabaseFeatures.supports_search flag), the error is: "Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration. Please connect to Atlas or an AtlasCLI local deployment to enable. For more information on how to connect, see https://dochub.mongodb.org/core/atlas-cli-deploy-local-reqs." Without a local Atlas deployment, the tests are skipped because search isn't supported.

            Assignee:
            Unassigned
            Reporter:
            Alex Clark
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: