It does not work where the array is nested, e.g.: ```php $authors = $this->orm->authors->findBy([ ICollection::AND, ['books->title' => 'Book 1'], ]); ```