Bug fix release
Pre-release
Pre-release
- fix searching in sets with list of values
$posts = $this->get('solr.client')->getRepository('AcmeDemoBundle:Post')->findBy(array(
'tags' => array('tag #2', 'tag #1')
));$posts = $this->get('solr.client')->getRepository('AcmeDemoBundle:Post')->findBy(array(
'tags' => array('tag #2', 'tag #1')
));