We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474a2d2 commit a08f414Copy full SHA for a08f414
settings/metastore.settings.js
@@ -12,7 +12,7 @@ export const appDescription = {
12
//Enable/disable the Elastic search functionality. The availability of the search depends on the configuration of
13
//the configured MetaStore instance. If Elastic search is not configured for the underlying MetaStore, it should
14
//also be disabled here.
15
-export const searchEnabled = true;
+export const searchEnabled = false;
16
17
18
0 commit comments