File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/ae9b5fbd42af2386ffbf56ad4a697e51.asciidoc
Back
// search/request/sort.asciidoc:30 [source, php] ---- $params = [ 'index' => 'my_index', 'body' => [ 'sort' => [ [ 'post_date' => [ 'order' => 'asc', ], ], 'user', [ 'name' => 'desc', ], [ 'age' => 'desc', ], '_score', ], 'query' => [ 'term' => [ 'user' => 'kimchy', ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings