-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
We have been told to use the search-insights lib but most examples use eg instant-search, algoliasearch etc...
const searchClient = algoliasearch('APPLICATION_ID', 'SEARCH_API_KEY');
const search = instantsearch({
indexName: 'INDEX_NAME',
searchClient,
searchParameters: {
clickAnalytics: true,
},
});
when looking at the ReadMe of https://github.com/algolia/search-insights.js I expect to see example using this lib only (unless other are required)
JakeMaldonado
Metadata
Metadata
Assignees
Labels
No labels