Hi, what's the recommended approach for integratin...
# community-help
m
Hi, what's the recommended approach for integrating Typesense with Algolia's new standalone autocomplete-js UI library (https://github.com/algolia/autocomplete)? Can the existing Typesense Adapter for InstantSearch.js be used for that also, or not really?
j
Hi @Metahub you want to hook into
getSources
parameter of autocomplete, and use the Typesense JS client to make a search request: https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/sources/#using-asynchronous-sources
👍 1
m
Perfect. Thanks, Jason!
👍 1