Skip to content

More relevant examples... #323

@mackelito

Description

@mackelito

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions