Versions Compared

Key

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

...

The first step in updating is to determine which integration method your app uses. If you are a Shopify customer or if you installed your search integration by following our in-app “Search Interface” install guide, please follow the instructions below — Search Widgets. If your website or app uses a custom integration built on the React SDK, please follow the instructions under SDK-React.

If your website or app uses a custom search client built on one of our other language specific API client libraries, the upgrade steps will be specific to that platform’s standards. Please find the readme specific to your client library.

...

SDK-React

SDK-React is made up of several different packages. You’ll need to determine which of the packages is used in your custom search integration. Looking at the source code of your integration, the package name will be similar to @search.io/{packageName}.

...