Hi, I'm stuck with elasticsearch multisearch.
Based on document, I'm supposed to get an array of each response. The problem is that I'm getting only one response. I'm not sure what I've done wrong.
In my example, it's of course possible to use range query. But this is not my real-use case and I've chosen this example to simplify the question. So it would be great if you could tell me how to figure this out using multisearch.
first image : documents in test index
second image : multisearch query
third image : multisearch result
Thanks in adavance