Hello everyone,
I'd like to announce new upcoming feature, and as always ask for testing and reporting any and all issues, problems, and enhancement requests.
This new functionality is names List Filters. You can test it by upgrading your store to list-filters branch (using core updater in custom targets)
What this new functionality do?
On every (filterable) lists in back office you will find a new icon in upper right corner:
When you click on it, new section will appear. Here, you can define additional filters that will be applied to the list.
The new filters are applied together with the standard filters from list header.
But these new filters are slightly more powerful, because you can select operator - not, contains, starts with, between, any of
Also, developers can define additional filters in AdminControllers that do not depend on list columns. For example, I have added new filter fields for Order list controller - (Customer - Email, Customer - First Name, Customer - Last Name). So you can filter order list by customer email, even though customer email is non one of list columns!
We will be slowly adding more and more filter fields based on your suggestions. Let us know what you need!.
This functionality is not 100% completed, but it's quite stable. I've been using it on few production servers without any issues for a few weeks now, so it should be safe for you to test it as well.
We already have a few enhancement we want to implement. One of them is support for filter presets -- you will be able to save your filter settings, and easily switch between different presets.
Now it's your turn. Please test and give feedback. I'm sure there is a lot to improve here.
I'm very excited about this new feature, as I wanted to do have this for a few years now. And finally it's coming 🙂