|
5 | 5 | var ZOTERO_CONFIG = { |
6 | 6 | "zotId": "2211939", // ID of group or user library to search in Zotero, e.g., 2211939, 2055673 |
7 | 7 | "zotIdType": "group", // group or user |
8 | | - "collectionKey": "", // Key of collection within library to search, e.g., KHTHLKB5, or "" if no collection |
| 8 | + "collectionKey": "", // Key of collection within library to search, e.g., "KHTHLKB5", or "" if no collection |
9 | 9 | "filterTags": "", // For filtering results by tag(s), e.g., "&tag=LTER-Funded". See examples at https://www.zotero.org/support/dev/web_api/v3/basics |
10 | 10 | "resultsElementId": "searchResults", // Element to contain results |
11 | 11 | "includeCols": ["Year", "Type", "ShowTags"], // Array of columns to include in the output table, other than Citation. The full set is ["Year", "Type", "ShowTags"] |
12 | 12 | "showTags": ["Foundational", "LTER-Funded", "LTER-Enabled"], // Include a column showing this tag if present for each item |
13 | 13 | "showTagColName": "Relationship", // Name for the column in HTML table under which the showTags will appear |
14 | 14 | "style": "", // Bibliography display style, e.g., apa. Leave blank for default which is chicago-note-bibliography. |
15 | | - "limit": 50, // Max number of results to retrieve per page |
| 15 | + "limit": 10, // Max number of results to retrieve per page |
16 | 16 | "urlElementId": "searchUrl", // Element to display search URL |
17 | 17 | "countElementId": "resultCount", // Element showing number of results |
18 | 18 | "pagesTopElementId": "paginationTop", // Element to display result page links above results |
|
0 commit comments