searchkit / searchkit-demo

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

Ability to use without elastic (single query) #10

Closed yarnball closed 7 years ago

yarnball commented 7 years ago

Hi,

This looks like it could be a fantastic repo.

Is there a simple way to use this repo without having elastic search on my backend?

This would work well for smaller app databases.

In other words, if my app only makes 1 query (gets all the json data it needs in 1 go)- how would we remove the initial "_search" being done?

I attempted this by changing the host to my API end point, but it kept looking for "_search".