Is it possible to return the query sent to Elasticsearch as well as the results. I am planning on using msearch. I am not interested in how many results are returned, just of there were any. I have been using explain but want to try and do things in bulk
The reason is that from the results, I want to then tie them into the query that I sent.
Thanks
Grant