**Matrix Version:5.4.3.1
I’m trying to create dynamic asset listing based on Current Page asset ID to list all posts which has current page asset ID in a metadata to create category/tag of similar topic items… You could look at it bit like Wordpress Categorisation. (i know link type is better approach but this is another story).
Here is an example:
Category
Category A (assetid: 1)
Category B (assetid: 2)
Category C (assetid: 3)
Posts
Post 1 (category A assetid, Category B assetid)
Post 2 (category A assetid)
Post 3 (category C assetid)
The expected output.
So if the user visits:
Category A page, it should display Post 1 & Post 2.
Category B page, it should display Post 1
Category C page, it should display Post 3
It seems like a very simple thing to do but I can’t get it to work with Asset Listing or Search Listing. Infact search listing fails to search comma seperated assetid’s
Any hint or pointers much appreciated.