9 comments

[ 2.5 ms ] story [ 38.4 ms ] thread
Very similar instantsearch.js (which is also react components) for Algolia search.

Having this for elasticsearch is very useful indeed, get products out there with a consistent search UI.

Noob Question; how do we ensure that full query interface of elasticsearh isn't exposed to the browsers?

PS: I m using elasticsearch in the backend.

We proxy the elasticsearch connection through the server and sanitize the request. Some installations also add more filters like permissions filter.

In future releases, we're going to improve on this. Stay tuned!

This looks great! But could it be modified to work off of an Apache Solr backend instead? If not, do you know a similarly nice group of front-end components for Solr?
Thanks, solr support is a possiblity, we will probably take a look in the future