Open goellner opened 5 years ago
Describe the bug {{ collection:blog taxonomy:tags:all="foo|bar" }} throws an error:
{{ collection:blog taxonomy:tags:all="foo|bar" }}
FatalThrowableError in CollectionTags.php line 284: Call to a member function diff() on array
To Reproduce Steps to reproduce the behavior:
Expected behavior Output entries tagged with both foo and bar.
@goellner did you ever find a workaround or a patch?
Patch:
Describe the bug
{{ collection:blog taxonomy:tags:all="foo|bar" }}
throws an error:To Reproduce Steps to reproduce the behavior:
{{ collection:blog taxonomy:tags:all="foo|bar" }}
Expected behavior Output entries tagged with both foo and bar.