Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 13, 2022
1 parent 0a67b2e commit 8dc8a3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ const applyConfig = (config) => {
};

export const installGlobalSearch = (config) => {
// config.settings.devProxyToApiPath = false;
config.settings.searchlib = installConfig(config.settings.searchlib);
// config.settings.searchlib.resolve.LeftColumnLayout.component = LeftColumnLayout;

const { globalsearch } = config.settings.searchlib.searchui;

globalsearch.elastic_index = '_es/globalsearch';
// globalsearch.layoutComponent = 'LeftColumnLayout';

return config;
};
Expand Down

0 comments on commit 8dc8a3e

Please sign in to comment.