I would like to send a curl request in order to display my result. I try this URl on my localhost:
localhost:9200/book/book/_search?q=title:wizard&price["10"TO"24"]&pretty=true
My request work, but in my result I see more book with a higher price to $24
if anyone can help me. Thanks in advance.