Explorar o código

Setting Atlas search to basic as default instead of DSL (#2812)

Jira: CDPD-39417
Mahesh Balakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
d74373dc45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/libs/metadata/src/metadata/conf.py

+ 1 - 1
desktop/libs/metadata/src/metadata/conf.py

@@ -331,7 +331,7 @@ CATALOG = ConfigSection(
     ENABLE_BASIC_SEARCH=Config(
       key="enable_basic_search",
       help=_t("Limits found entities to a specific cluster."),
-      default=False,
+      default=True,
       type=coerce_bool
     ),
     FETCH_SIZE_SEARCH_INTERACTIVE=Config(