Files
ebean/src/test/resources/junk.json
T

22 lines
317 B
JSON

{
"fields": [
"status",
"customer.name",
"details.product.id"
],
"query": {
"filtered": {
"filter": {
"bool": {
"must": [
{
"match": {
"customer.name": "Rob"
}
}
]
}
}
}
}
}