Skip to content

Commit a08f414

Browse files
Update metastore.settings.js
Due to the new data format in metaStore version 2.0.0, search no longer works.
1 parent 474a2d2 commit a08f414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/metastore.settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const appDescription = {
1212
//Enable/disable the Elastic search functionality. The availability of the search depends on the configuration of
1313
//the configured MetaStore instance. If Elastic search is not configured for the underlying MetaStore, it should
1414
//also be disabled here.
15-
export const searchEnabled = true;
15+
export const searchEnabled = false;
1616

1717

1818

0 commit comments

Comments
 (0)