/** * Parameters that will be used when initializing the autocomplete component. * @see https://github.com/Constructor-io/constructorio-ui-autocomplete * * --> PLEASE overlay this file with the desired autocomplete settings. */ window.constructorAutocompleteConfigs = { placeholder: 'Search Eligible Products', sections: [ { identifier: 'Search Suggestions', displayName: 'Trending Searches', numResults: 9 }, { identifier: 'Products', displayName: 'Products', numResults: 3 }, { identifier: 'Articles', displayName: 'Articles', numResults: 3 } ] };