Search
This lesson will teach you how to add a search functionality to the toolbar and filter items in the blog list screen.
We'll cover the following...
Final result preview #
Toolbar menu #
In a similar manner to how we added sort item to the toolbar menu, we can add search item with few adjustments:
- To always show the search icon, we will use the
showAsAction="always"
attribute and specify icon viaicon
attribute.