Dear Katie
many thanks for this feature !
I just tried to use with a freshly updated zotpress module ;
I need to combine a tag with an itemtype ; it perfectly works for the Journal article and conference type but not for Book section:
as I run (no itemtype filtering)
[zotpress userid=”XXX” style=”apa” sortby=”date” order=”desc” title=”yes” itemtype=”bookSection”]
zotpress returns 5 entries, which are included in the search result filtering only the tag “DDC” :
[zotpress userid=”XXX” style=”apa” sortby=”date” order=”desc” title=”yes” tag=”DDC”]
The weird thing is that combining both the tag and itemtype does not return any entry :
[zotpress userid=”XXX” style=”apa” sortby=”date” order=”desc” title=”yes” itemtype=”bookSection” tag=”DDC”]
Thanks for your help !