I have a collection in my default navigation xml for reports. The collection includes all saved searches that match a specific tag and specifies a custom view for displaying results. I can get the title of the saved search to display if I use the "SearchBar" module; however, we do not want to allow general end users to be able to submit searches.
Is there a way, using Advanced XML, to display the title of a saved search passed into a custom view?
You can access the saved search's name with $search.name$, and then display it in an HTML module for example (requires sideview utils, not sure if v1 suffices).