File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/3cd50a789b8e1f0ebbbc53a8d7ecf656.asciidoc
Back
// query-dsl/multi-match-query.asciidoc:438 [source, php] ---- $params = [ 'body' => [ 'query' => [ 'bool' => [ 'should' => [ [ 'multi_match' => [ 'query' => 'Will Smith', 'type' => 'cross_fields', 'fields' => [ 'first', 'last', ], 'minimum_should_match' => '50%', ], ], [ 'multi_match' => [ 'query' => 'Will Smith', 'type' => 'cross_fields', 'fields' => [ '*.edge', ], ], ], ], ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings