You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a custom query working with the DataSearch component, but it doesn't seem to affect the actual request being made. The reason I'm doing this is that I need to call the "multi_search" endpoint on an enterprise ElasticSearch instance, and not the "_msearch" endpoint (I have the correct endpoint call working).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to get a custom query working with the DataSearch component, but it doesn't seem to affect the actual request being made. The reason I'm doing this is that I need to call the "multi_search" endpoint on an enterprise ElasticSearch instance, and not the "_msearch" endpoint (I have the correct endpoint call working).
ElasticSearch doc: multi-search
The generated query is apparently invalid for the multi_search endpoint:
And I need the query to look like this (which works fine in postman):
My DataSearch component is:
Beta Was this translation helpful? Give feedback.
All reactions