Elastic query through browser

HI Guys,

I am trying to prepare elastic inner property query[list] through browser. But i am not getting the results.
Please let me know how to prepare elastic query for below case

index:test-item
name: abcde
price:60
items:[
itemid:1234
],
name: abcde
price:60
items:[
itemid:3658
]
Now i want to get 3658 product directly. how to query through browser. This is how i am trying
http://testevn.com:8562/test-item/_search?q=items.itemid:3658

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.