Meanwhile I’ve come up with the following approach:
- range through the site-wide taxonomies as above
- check for each of them, if
.Param.[taxonomyname]
exists and is set on the current content page - if yes => go further with extracting the content of the existing
.Param.[taxonomyname]
=> these should be the needed terms.
But in practice I’m not able to do step 2.
I cannot find a way to do something like isset
in other languages (at least not one that I understand).