Is it possible to use the ReactiveSearch UI components without connecting it to an appbase elasticsearch instance? My site has an existing search API, and I would like to use ReactiveSearch's components with that.
Asked
Active
Viewed 358 times
1 Answers
0
@Avishai It is possible to connect Reactivesearch
with a different elasticsearch instance. Check this doc here: https://docs.appbase.io/docs/reactivesearch/v3/overview/reactivebase/#connect-to-elasticsearch

Yash Joshi
- 2,586
- 1
- 9
- 18
-
1How about connecting the UI components to a non-ElasticSearch data source? For example an existing private REST API. – Avishai Nov 12 '19 at 08:56
-
1Hey this isn't possible as of now. You just want the UI components for your backend to create a search experience ? – Yash Joshi Nov 12 '19 at 13:22
-
Exactly. I already have a search API in place, but want to use the UI components to build a slick search experience. – Avishai Nov 14 '19 at 02:57
-
Hey, this isn't possible as of now. – Yash Joshi Nov 14 '19 at 06:39