Tags icon indicating copy to clipboard operation
Tags copied to clipboard

Finder method solution

Open lamasgergo opened this issue 8 years ago • 2 comments

Finder method solution using cake example http://book.cakephp.org/3.0/en/orm/query-builder.html#filtering-by-associated-data

lamasgergo avatar Oct 15 '16 21:10 lamasgergo

Thanks! And sorry for the delay.

Mind adding some tests?

jadb avatar Nov 04 '16 03:11 jadb

I implemented this in the new tags repo @ https://github.com/dereuromark/cakephp-tags You have to return the query for it to work, somehow this must have changed over the last versions of CakePHP. Took me a while to figure it out and adding a passing test case.

dereuromark avatar Jan 14 '18 23:01 dereuromark