items should be sorted when groups, unless you want to sort by a
condition different than the groups. You can do that as well but you
need to give a concrete model example and data example.

On Jun 9, 11:21 am, pbreit <pbreitenb...@gmail.com> wrote:
> Yes, I believe that's what's happening but I was hoping to order the set
> first and then return the sub-set.
>
> For example, if I have:
> 7, 5, 2, 9, 6, 3, 4, 8
>
> And I want the 3 lowest values: 2, 3, 4. Instead I get 2, 5, 7 (7, 5, 2
> sorted)(I think).

Reply via email to