algolia / algoliasearch-helper-js

Helper for implementing advanced search features with Algolia
https://instantsearchjs.netlify.app/algoliasearch-helper-js/
MIT License
174 stars 46 forks source link

Not Available on Server Side. #941

Closed awais019 closed 1 year ago

awais019 commented 1 year ago

I was trying create an api that fetches data from algolia using this helper module but this doesn't seem to work on server side.

Haroenv commented 1 year ago

This module does work in Node, do you have a specific error or behaviour that doesn't seem correct? Note that the helper itself doesn't send any network requests, that's handled by the (also isomorphic) module "algoliasearch"