Versions Compared

Key

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

The following object model is available as a global variable Hawksearch:

Code Block
languagetypescript
interface HawksearchGlobal {
    config: HawksearchConfig;
    handlebars: typeof Handlebars;
    searchRequest?: SearchRequest;
    searchResponse?: SearchResponse;
    service?: SearchService;
}
Info

For more information, see Installation.