1// search/search.asciidoc:415
2
3[source, php]
4----
5$params = [
6    'index' => '*',
7];
8$response = $client->search($params);
9----
10