So I'm probably trying to be too fancy here but here's my setup:
* I have some CSV datasource assets
* I have an asset listing for each CSV datasource
* The CSV datasources are setup to take a dynamic input GET variable
* I have another asset listing which lists the other asset listings and uses %asset_contents% to print the contents of each asset listing - mashing them all together
* The asset listing that collates the other asset listings is setup to take a dynamic parameter so I can do an asset selection.
What I was basically trying to achieve was to have a bunch of datasets that could be selected from, then have the items populating each filtered by keyword. End result being a kml file that I can overlay on a google map.
Unfortunately it looks like GET vars don't get passed through to the asset listings that are being rendered by the main asset listing with %asset_contents%, so the CSV datasources aren't getting filtered. If loaded up normally with a var in the url the csv asset listings filter as one would expect.
Anyway, I guess the point of this is is
1) Can anyone think of another way to do this? I'm thinking I might have to switch to just rendering the asset listings individually & overlaying them on the map one at a time if I want to use keyword filtering.
2) The explanation for %asset_contents% in the doco is a bit light on detail - the only useful information it gives is that any paint layouts applied to the asset will be used. Alternatively some doco surrounding what scenarios GET/POST/etc will/won't get passed through in would be cool.