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 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?