Hi all, I'm a beginner to Typesense and trying to ...
# community-help
c
Hi all, I'm a beginner to Typesense and trying to set up a search on my Docusaurus website so apologies if this is a really basic question! I managed to scrape my site using the Docker command while running Typesense on localhost, and the search works fine on my branch, but I realized that other people aren't able to view any search results when they clone my branch. Is this because I need to set up a GH Action for the Docker scraper first? Or do I need to host Typesense elsewhere for it to work publicly?
j
Or do I need to host Typesense elsewhere for it to work publicly?
Correct. Typesense needs to be accessible to everyone who needs to access your site’s search feature.
Since the search API calls go from the browser directly to Typesense