Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-8264

Startup with textSearchEnabled=True fails

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • None
    • 2.3.2
    • Usability
    • None
    • Fully Compatible
    • ALL
    • Hide

      Failure case
      mongod --setParameter textSearchEnabled=True
      Bad value for parameter "textSearchEnabled": can't convert string to bool

      Successful case
      mongod --setParameter textSearchEnabled=true
      about to fork child process, waiting until server is ready for connections.

      Show
      Failure case mongod --setParameter textSearchEnabled=True Bad value for parameter "textSearchEnabled": can't convert string to bool Successful case mongod --setParameter textSearchEnabled=true about to fork child process, waiting until server is ready for connections.

    Description

      Problem:
      Startup mongod with

      --setParameter textSearchEnabled=True

      Fails with

      Bad value for parameter "textSearchEnabled": can't convert string to bool

      Workaround:
      Use

      --setParameter textSearchEnabled=true

      Solution:
      Parameter parsing should be case insensitive

      Attachments

        Activity

          People

            schwerin@mongodb.com Andy Schwerin
            alvin Alvin Richards (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: