with custom finders, and lets them do all the hard work. I don't know
On Feb 29, 2:35 pm, Ceeram <
c33...@gmail.com> wrote:
> I worked some more on this. In many cases the count now returns correct
> results for the custom find.
> Jose also pointed out that with the count queries joins and other query
> params are not always wanted if it is a count operation even though it
> might return a correct count.
> I added $query['operation'] = 'count', so that the custom finder can
> distinguish the query to build, if wanted.
>