-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.3.2
-
Component/s: Usability
-
None
-
Fully Compatible
-
ALL
-
-
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