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:
@@ -63,7 +63,7 @@ $client = new SolrClient($options);
|
||||
|
||||
$query = new SolrQuery();
|
||||
|
||||
$query->setQuery($query);
|
||||
$query->setQuery('*:*');
|
||||
|
||||
$query->addFilterQuery('color:blue,green');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user