File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/de139866a220124360e5e27d1a736ea4.asciidoc
Back
// search/request/sort.asciidoc:262 [source, php] ---- $params = [ 'body' => [ 'query' => [ 'term' => [ 'product' => 'chocolate', ], ], 'sort' => [ [ 'offer.price' => [ 'mode' => 'avg', 'order' => 'asc', 'nested' => [ 'path' => 'offer', 'filter' => [ 'term' => [ 'offer.color' => 'blue', ], ], ], ], ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings