Created
July 10, 2014 09:54
-
-
Save ArFeRR/630acb216b8d95168b73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filtered":{ | |
"filter":{ | |
"nested":{ | |
"path":"productsOptionValues", | |
"filter":{ | |
"and":[ | |
{ | |
"or":[ | |
{ | |
"and":[ | |
{ | |
"term":{ | |
"productsOptionValues.productOption":"weight" | |
} | |
}, | |
{ | |
"term":{ | |
"productsOptionValues.value":"500 kg" | |
} | |
} | |
] | |
}, | |
{ | |
"and":[ | |
{ | |
"term":{ | |
"productsOptionValues.productOption":"weight" | |
} | |
}, | |
{ | |
"term":{ | |
"productsOptionValues.value":"50kg" | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"or":[ | |
{ | |
"and":[ | |
{ | |
"term":{ | |
"productsOptionValues.productOption":"magic" | |
} | |
}, | |
{ | |
"term":{ | |
"productsOptionValues.value":"no" | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment