Client Guid
clientGuid
The client guid is part of HawksearchVue Default Config options.
The initial value of clientGuid
is empty string -''
.
By default The clientGuid
value comes from Hawksearch settings and is updated once when the widget is initialized.
Options
get the value from the Hawksearch widget View template
add the value manually:
const config = { ... clientGuid: "sitefinityelastic.20210427.160517.products", ... }; var widget = HawksearchVue.createWidget(component, { config: config}); HawksearchVue.initialSearch(widget);
Usage
clientGuid
is used for initializing Hawksearch widgets and it is send in the headers of each requests/response to the Hawksearch service
all request to the Hawksearch service like:
search
search within
using facet
clear or update facet
change of results language in Multilingual mode