“bib”, valid only for item requests, will return a formatted bibliography as XHTML. “bib” mode is currently limited to a maximum of 150 items.
Hi allNot sure if this is a bug or me being silly. I'm currently using the following feed:(Embedded in http://www.kevingillan.info/sms-book-list.php to advertise books available for review in a journal)But, the feed doesn't include all the items in the collection. 63 in the collection (here: https://www.zotero.org/groups/sms-reviewers/items), but only about 50 showing in the feed. I can't find anything that missing items have in common. They're all books with all the basic bibliographic data.Any thoughts on whether I'm doing something wrong?Many thanks,Kevin--
You received this message because you are subscribed to the Google Groups "zotero-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zotero-dev+...@googlegroups.com.
To post to this group, send email to zoter...@googlegroups.com.
Visit this group at http://groups.google.com/group/zotero-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
API documentation says“bib”, valid only for item requests, will return a formatted bibliography as XHTML. “bib” mode is currently limited to a maximum of 150 items.
but maybe Dan (accidentally?) cut the limit to 50?
format=keys returns all 64 items. Similarly, format=atom&limit=99 returns 64 items. Unfortunately, limit is not a valid argument for format=bib, but it does look like it's implicitly set to 50 instead of 150.