-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
From what I see in the source code, the sort step is applied after the actual filtering takes place. This disallows me to limit the number of results after sorting.
Is there any particular reasoning behind this?
I would expect filtering to be applied after sorting to give the user higher flexibility in what he wants to do.