Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
2.3.2
-
None
-
Fully Compatible
-
ALL
-
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