URL Update

urlUpdate

Options

enabled

The default value of enabledis true. This option enables page URL update when the widget dispatches to the store.

  • add the value manually:

    const config = { ... urlUpdate: { enabled: false }, ... }; var widget = HawksearchVue.createWidget(component, { config: config}); HawksearchVue.initialSearch(widget);