Facets (foo_facets)
Reply #512 –
I stand corrected. A missing date tag in conjunction with conditional brackets are the culprit. It looks like a bug to me as I can't see that being intentionally designed behavior.
To be clear, you cannot use: [%date%] in your scenario when the date tag is missing, but you can use: %date% with the drawback being a '?' when the date tag is missing.
You could add the missing date tag to the albums that don't have them (the solution I would use) or, if that's also too much effort, you can use something like one of the following instead:
$if2(%date%,' ')
$if2(%date%,'missing tag')