Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 17, 2023
1 parent 33401a7 commit 0bac812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/config/global-search-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const globalSearchConfig = {
useSearchPhrases: false,
searchAsYouType: false,
landingPageURL: '/en/advanced-search',
getActiveFilters: 'getGlobalSearchActiveFilters',

...vocabs,
...facets,
Expand Down
2 changes: 0 additions & 2 deletions src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ export default function install(config) {
};

config.resolve.getGlobalSearchActiveFilters = getActiveFilters;
config.searchui.globalsearch.getActiveFilters =
'getGlobalSearchActiveFilters';

// config.resolve.WebsiteFilterListComponent = {
// component: WebsiteFilterListComponent,
Expand Down

0 comments on commit 0bac812

Please sign in to comment.