mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
22 lines
317 B
JSON
22 lines
317 B
JSON
{
|
|
"fields": [
|
|
"status",
|
|
"customer.name",
|
|
"details.product.id"
|
|
],
|
|
"query": {
|
|
"filtered": {
|
|
"filter": {
|
|
"bool": {
|
|
"must": [
|
|
{
|
|
"match": {
|
|
"customer.name": "Rob"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |