Ihor Pronin
Ihor Pronin
@polc The issue is not about search feature at all it's about the pagination of array target. Right now pagination works with ```Query``` target, but if you put an ```array```...
@polc I've made some investigation and figure out that the issue comes from `Knp/Component/Pager/Paginator.php` in method ```paginate``` in line 132. Look at it: ```php public function paginate($target, $page = 1,...
> okay, could you give me your version of knp-components? Version of `knp-components` is: 1.3.5 > And could you tell me if it's a regression or if it has never...
@polc > I'll take a look later, could you give me the result of this command : composer info knplabs/knp-components ? ``` vagrant@local:/var/www/local$ php composer.phar info knplabs/knp-components name : knplabs/knp-components...
> @richard-bridgeman again, can you provide a way to reproduce it? Will try to create a reproducible example. Please give me some time
I have reproduced the same issue within a [separate repository](https://github.com/iggyster/issue-doctrine-composite-pk-qb-usage). I tried to find a solution in Doctrine documentation but it's quite limited with examples of composite PK usage. I...
@fyrye Thank you for the explanation) P.S. The issue can be closed.