GitOrigin-RevId: 5e1b2e62da39bfece38aea46c815fa0e4171d8e4
This commit is contained in:
committed by
MongoDB Bot
parent
1940365bf2
commit
f41f4d1c8a
@@ -515,6 +515,11 @@ def mongo_shell_program(
|
||||
val = str(mongo_set_parameters[key])
|
||||
args.append(f"--setShellParameter={key}={val}")
|
||||
|
||||
# if featureFlagQETextSearchPreview is enabled in setParameter, enable it in the shell also
|
||||
# TODO: SERVER-65769 remove once FF is enabled by default
|
||||
if mongod_set_parameters.get("featureFlagQETextSearchPreview"):
|
||||
args.append("--setShellParameter=featureFlagQETextSearchPreview=true")
|
||||
|
||||
# Apply the rest of the command line arguments.
|
||||
_apply_kwargs(args, kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user