algolia / doc-code-samples

This repository holds the Algolia documentation big code samples like GeoSearch, Calendar...
93 stars 121 forks source link

chore: update search client to v5 #491

Open dhayab opened 4 months ago

dhayab commented 4 months ago

Summary

This PR updates all algoliasearch dependencies in examples to algoliasearch@5.

TODO

[!NOTE]

  • for angular, only using-instantsearch sample is migrated
  • onboarding is left untouched
  • most instantsearch.js samples show usage with CDN, I didn't switch them to import
  • secured-api-keys samples have updated code in server.js to properly generate secured api key
  • vue server-side-rendering and vue3-vue-cli samples are not updated to use algoliasearch v5 (as they still rely on Vue CLI)

FX-2922