Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

wbesiteUrl

The wbesiteUrloption default value is location.origin. This option helps HawksearchVue to get the absolute URL of the page.

Code Block
class HawksearchVue {
    static defaultConfig = {
        ...
        wbesiteUrl: location.origin,
        ....
    }
}

Usage

  • Banner Image component - If the banner is selected redirects to the the specified page URL

  • Recommendations Item and Result Item components - If an item is selected the formed link is assigned to the item and redirects the Document to the specified page.