Problem
I am trying to set filters for space attachments using the native Confluence macro for Space Attachments.
Currently I can filter in the page for extensions or labels. This filter however is non-persistent and is lost when navigating away.
Solutions investigated
Stiltsoft - Table Filter
I have tried using the Table filter macro from Stiltsoft to set the filter. This filters the table however doesn't exclude the parts of the table that don't satisfy the filter. In this example the pages with no data show and you have to click through the pages until you get one that contains data that satisfies the query.
Stiltsoft - Table Transformer
I have tried using the table transformer macro from Stiltsoft to set the filter with an SQL query as follows:
SELECT *
FROM T1
WHERE 'Name' LIKE "%.tr5"
Much like the previous example the pages still show as having returned no rows, leaving me to navigate to a page with filtered data.
Need
I need a way to SET the filter for the attachments. This would allow me to show a filtered view of attachments rather than manually searching each time.