algolia / algoliasearch-client-javascript

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
https://www.algolia.com/doc/api-client/javascript/getting-started/
MIT License
1.33k stars 221 forks source link

feat(search): fetch recommendations directly from algoliasearch #1509

Closed dhayab closed 6 months ago

dhayab commented 6 months ago

This PR adds methods from algolia/recommend methods into algoliasearch, allowing Algolia customers to perform both search and get recommendations with a single API client.

In detail:

FX-2773