Thread Starter
mathus
(@mathus)
the problem is I am using for both blocks zotpressLib option.It works somehow ok if you use zotpressLib + zotpress.
Also interestingly if I revert order:
[zotpressLib type=”searchbar”]
[zotpressLib sortby=”date” order=”desc”]
the library that should be shown by the second line is not present
Thread Starter
mathus
(@mathus)
I found the reason.
the “undefined” shows up because I was using biblipography and search in the same page:
[zotpressLib sortby=”date” order=”desc”]
[zotpressLib type=”searchbar”]
It would be nice if this would work together – to have a list and search over it at the same time – the given code seems to almost work, can you please check if this is easy to fix and hopefully put it to next version?