Skip to content

Instantly share code, notes, and snippets.

@ArFeRR
Created July 10, 2014 10:11
Show Gist options
  • Save ArFeRR/1fd6ee770c5f0595134a to your computer and use it in GitHub Desktop.
Save ArFeRR/1fd6ee770c5f0595134a to your computer and use it in GitHub Desktop.
{
"filtered":{
"filter":{
"nested":{
"path":"productsOptionValues",
"filter":{
"bool":{
"must":[
{
"and":[
{
"term":{
"productsOptionValues.productOption":"magic"
}
},
{
"term":{
"productsOptionValues.value":"no"
}
}
]
}
],
"should":[
{
"and":[
{
"term":{
"productsOptionValues.productOption":"weight"
}
},
{
"term":{
"productsOptionValues.value":"3kg"
}
}
]
},
{
"and":[
{
"term":{
"productsOptionValues.productOption":"weight"
}
},
{
"term":{
"productsOptionValues.value":"500kg"
}
}
]
}
]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment