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

Startup with textSearchEnabled=True fails

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 2.3.2
    • Component/s: 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.
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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

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

              Created:
              Updated:
              Resolved: