Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

searchConfig

Options

scrollUpOnRefresh

The default value of scrollUpOnRefresh is true. When enabled this option scroll the page to it’s top when page is refreshed.

  • add the value manually:

    const config = {
          ...
          searchConfig : {
            scrollUpOnRefresh: false
          },
          ...
    };
    
    var widget = HawksearchVue.createWidget(component, { config: config});
    
    HawksearchVue.initialSearch(widget);
  • No labels