We have a requirement where within a Connected Workspace Business Workspace there should be a "saved search" which returns documents (only) stored in that specific workspace. Obviously we can do a * search in the Business Workspace and then filter for documents, but I'm thinking about a tab within the Smart UI perspective applied to the Business Workspace "Search" which dynamically passes the object ID of the current workspace to either a saved search query, or a webreport search, that runs and displays the search results within that tab.
The new Smart UI widget "Search Query Results" is ideal, as it displays within the widget the search results output from the search query used in the widget. Now I need it to do this dynamically and grab the Object ID from the workspace, run the same query and return search results in the widget.
We've discussed other methods like triggering a new search query to be created in any new Business Workspace that is created, but this is clunky and if the search changed, we have no easy way to update the 50,000 or more search queries that would be the end result. It doesn't appear you can do a LQL query that searches "From here" as you can do in the GUI search.
Has anyone done a similar customisation?