searchkit / searchkit-demo

React Elasticsearch example using Searchkit
https://searchkit.co/demo
226 stars 70 forks source link

Empty result #12

Closed bjarman closed 7 years ago

bjarman commented 7 years ago

Ok, so apparantly I should have tried http://localhost:3000/demo/demo1 ...doh! All is good.

Or is it?

I see now that the demo is actually connecting to a remote es, http://demo.searchkit.co/api/movies, what must I do to connect the demo to my local es?

joemcelroy commented 7 years ago

You need to change the SearchkitManager url to your local url. See https://github.com/searchkit/searchkit-demo/blob/master/src/demo/demo1.tsx#L29. I recommend you use searchkit-starter-app rather than this repo. This repo is more for our demo site which is live on http://demo.searchkit.co