We have filtered resource that we want to order (featured posts). Our idea was to create a lens for the featured posts ($query->where('featured', true)), and enable sorting on the lens only. We don't wish to sort the other posts.
Is this possible? Can we get a configurable option for allowing lenses?
We're also looking into allowing sortable in Lenses as this would simplify the usage for our client tremendously. We filtering 150K records and only want to sort the selection.
We have filtered resource that we want to order (featured posts). Our idea was to create a lens for the featured posts (
$query->where('featured', true)
), and enable sorting on the lens only. We don't wish to sort the other posts.Is this possible? Can we get a configurable option for allowing lenses?