File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/06afce2955f9094d96d27067ebca32e8.asciidoc
Back
// query-dsl/bool-query.asciidoc:36 [source, php] ---- $params = [ 'body' => [ 'query' => [ 'bool' => [ 'must' => [ 'term' => [ 'user' => 'kimchy', ], ], 'filter' => [ 'term' => [ 'tag' => 'tech', ], ], 'must_not' => [ 'range' => [ 'age' => [ 'gte' => 10, 'lte' => 20, ], ], ], 'should' => [ [ 'term' => [ 'tag' => 'wow', ], ], [ 'term' => [ 'tag' => 'elasticsearch', ], ], ], 'minimum_should_match' => 1, 'boost' => 1, ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings