Versions Compared

Key

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

...

The indexNameRequired default value is false. If true this option require the user to specify index name in order to execute the request.

Code Block
class HawksearchVue {
    static defaultConfigconst config = {
 
      ...

       indexNameRequired: falsetrue,
 
      ...
};

var widget = HawksearchVue.createWidget(component, { config: config });
}
}

...


HawksearchVue.initialSearch(widget);