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