MCPcopy
hub / github.com/algolia/instantsearch / algoliasearchHelper

Function algoliasearchHelper

packages/algoliasearch-helper/index.js:41–43  ·  view source on GitHub ↗

* The algoliasearchHelper module is the function that will let its * contains everything needed to use the Algoliasearch * Helper. It is a also a function that instanciate the helper. * To use the helper, you also need the Algolia JS client v3. * @example * //using the UMD build * var client =

(client, index, opts, searchResultsOptions)

Source from the content-addressed store, hash-verified

39 * @return {AlgoliaSearchHelper} The helper instance
40 */
41function algoliasearchHelper(client, index, opts, searchResultsOptions) {
42 return new AlgoliaSearchHelper(client, index, opts, searchResultsOptions);
43}
44
45/**
46 * The version currently used

Callers 15

types.tsFile · 0.85
helper.geo.jsFile · 0.85
helper.filters.jsFile · 0.85
helper.insights.jsFile · 0.85
helper.tags.jsFile · 0.85
helper.derive.jsFile · 0.85
helper.numerics.jsFile · 0.85

Calls

no outgoing calls

Tested by 15

createTestEnvironmentFunction · 0.68
createFakeHelperFunction · 0.68
createHelperFunction · 0.68
setupTestEnvironmentFunction · 0.68
getInitializedWidgetFunction · 0.68
getInitializedWidgetFunction · 0.68
getInitializedWidgetFunction · 0.68
createRenderedWidgetFunction · 0.68
createFakeHelperFunction · 0.68
createRenderedWidgetFunction · 0.68
getInitializedWidgetFunction · 0.68