-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I have query like following...
{
"nested" : {
"path" : "features",
"query" : {
"bool": {
"should": [
{ "match": { "features.Brand": "Louis Philippe" }},
{ "match": { "features.Brand": "Allen Solly" }},
{ "match": { "features.Occasion": "Casual" }}
]
}
}
}
}
following php code it not working...
$this->searchParams['body']['query']['bool']['should'][]['match']['features.Brand'] = $value;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels