21. Custom search#
Volto has a search block that allows you to build custom searches without additional add-ons.
Check out mastering-plone-project at tag vocabularies:
git checkout vocabularies
The code at the end of the chapter:
git checkout search
More info in The code for the training
21.1. Exercise#
Show talks on the talks page with a search block. The visitor should see a filter for the type of talk (Keynote, Talk, Lightning Talk).
You can add facets in the sidebar, but "type of talk" is not available. What is necessary to implement?
Remember what we did to show featured content on the front page.