elastic / app-search-reference-ui-react

A generic UI for use with any App Search Engine
https://www.elastic.co/products/app-search
Apache License 2.0
66 stars 24 forks source link

Support for on-premise app-search #47

Closed sespinosa closed 5 years ago

sespinosa commented 5 years ago

This app assumes that i'm using the swiftype service as the backend (i have my on premise app-search instance running), how i can make it work?

XigeTime commented 5 years ago

Hi @sespinosa, I think you need to look at the Search UI. The React Reference UI is just the Search UI pre-configured for your hosted App Search setup.

See here for using an alternate connector using the Search UI: https://github.com/elastic/search-ui/blob/master/ADVANCED.md#connectors-and-handlers

JasonStoltz commented 5 years ago

Hey @sespinosa, my apologies, I just noticed that this was not documented. You can use the endpointBase configuration to use this with self managed.

"endpointBase": "http://127.0.0.1:3002"
sespinosa commented 5 years ago

niiice