Skip to content

Instantly share code, notes, and snippets.

View YarekTyshchenko's full-sized avatar

Yarek T YarekTyshchenko

View GitHub Profile
curl -XGET http://localhost:9200/test/prodtest/_search -d '
{
"query": {
"filtered": {
"filter": {
"nested": {
"path": "productsOptionValues",
"filter": {
"or": [{
"and": [{