elasticsearch-head icon indicating copy to clipboard operation
elasticsearch-head copied to clipboard

queries on AnyRequest tab don't work when GET method is chosen

Open hsm3 opened this issue 11 years ago • 1 comments

The query body is tacked onto the URL in a surprising way, yielding a malformed query, and as it happens, all docs in the index are always returned. Described in perfect detail here:

http://stackoverflow.com/questions/12195017/different-result-when-using-get-post-in-elastic-search

I found this very confusing as someone first approaching ES and the tool.

hsm3 avatar Nov 08 '13 04:11 hsm3

Same for me. I can confirm, I was able to reproduce the issue on the latest commit of the master branch.

cystbear avatar Oct 05 '22 15:10 cystbear