Is it possible to have a default filter on a collection. For example, say a collection is called "tasks" and I want the collection view to always show the tasks whose status is not "completed". Is this possible?
Hi @etmartinkazoo, at the moment we don't have a default filter option for collections but this would be a great feature request.
We did add a
defaultSort
option that could work for you in the meanwhile. You would sort by status to at least bring the completed tasks to the top:
defaultSort: 'status',
// or descending
defaultSort: '-status',
Default filter would be useful for me too.
Having said that I really appreciate the ability to re-load filter settings using the URL that is generated when applying filters. It only works when logged in (logging in resets the query parameters) but it's super useful to keep as a bookmark!
Star
Discord
online
Get help straight from the Payload team with an Enterprise License.