I’m trying to create a search application, and I’m using Elasticsearch to handle this. I would like to know whether Bubble’s API Connector can handle Elasticsearch’s Query DSL?
Can anybody help me answer this?
I’m trying to create a search application, and I’m using Elasticsearch to handle this. I would like to know whether Bubble’s API Connector can handle Elasticsearch’s Query DSL?
Can anybody help me answer this?
I think, it will not work on API connector. its purely Rest api.
But you can try with bubble plugin with serverside actions to get the results,
Refer:
Is it the API Connector that is a REST API or is the Elasticsearch Query DSL a REST API?