1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix #72761: Buggy example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339804 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker
2016-08-05 13:43:39 +00:00
parent 4ad69796da
commit c1194eea59

View File

@@ -63,7 +63,7 @@ $client = new SolrClient($options);
$query = new SolrQuery();
$query->setQuery($query);
$query->setQuery('*:*');
$query->addFilterQuery('color:blue,green');