Skip to content

Instantly share code, notes, and snippets.

@ArFeRR
Created July 14, 2014 13:05
Show Gist options
  • Save ArFeRR/c771387c1fa3f862fef8 to your computer and use it in GitHub Desktop.
Save ArFeRR/c771387c1fa3f862fef8 to your computer and use it in GitHub Desktop.
{
"filtered":{
"filter":{
"nested":{
"path":"productsOptionValues",
"filter":{
"and":[
{
"or":[
{
"and":[
{
"term":{
"productsOptionValues.productOption":"weight"
}
},
{
"term":{
"productsOptionValues.value":"2,7 kg"
}
}
]
}
]
},
{
"or":[
{
"and":[
{
"term":{
"productsOptionValues.productOption":"resolution"
}
},
{
"term":{
"productsOptionValues.value":"1366x768"
}
}
]
},
{
"and":[
{
"term":{
"productsOptionValues.productOption":"resolution"
}
},
{
"term":{
"productsOptionValues.value":"1600x900"
}
}
]
}
]
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment