PluginLIST - How does "relation" filter work?
Hi folks,
I'm trying to configure PluginLIST to filter on semantic links between wiki pages. For example, with this code I expect to find all pages connected to the page with object_id=1 via a "participant" semantic link:
Copy to clipboard
{LIST()} {filter relation=1} {filer objecttype = "wiki page"} {filter qualifier = "participant"} {LIST}
This code produces the ERROR: "Missing objectype or qualifier for relation filter." Could anyone show me the correct syntax? Also, is there a way to specify that one side of the relation should be grounded in the current page that the code is on without specifying an object_id?
Thank you,
-d. vyd