Hi,
I'm trying to set several default values in a taxonomy, and unfortunately only one value is set. I have a few news feeds which I import into a news aggregator. For each feed I add some default values, like country, source and language in order for the user's to be able to filter the feed. I do this using taxonomies.

Unfortunately if I use "set default value" for one of the sources which is a cooperation between two publishing sources, lets call a radio corporation and a tv station, it will yield empty taxonomy references, if I use both values with a comma. If I use "explode" after "set default value" only the first value is important.

This seems to be similar to the related issue, where Cottser suggests using explode with a comma delimited list in order to import several images, except for taxonomies it doesn't seem to work the same way.

Comments

pkej’s picture

I double checked that the field I want to add several taxonomy terms to allowed multiple values. It didn't. Thus I allowed multiple values and tried using tamper both with and without the explode plug-in, still without getting the desired result.