Skip to content

Commit 5ff7b65

Browse files
committed
Set default number of items to 10
1 parent 2fb9203 commit 5ff7b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zotero.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
var ZOTERO_CONFIG = {
66
"zotId": "2211939", // ID of group or user library to search in Zotero, e.g., 2211939, 2055673
77
"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
99
"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
1010
"resultsElementId": "searchResults", // Element to contain results
1111
"includeCols": ["Year", "Type", "ShowTags"], // Array of columns to include in the output table, other than Citation. The full set is ["Year", "Type", "ShowTags"]
1212
"showTags": ["Foundational", "LTER-Funded", "LTER-Enabled"], // Include a column showing this tag if present for each item
1313
"showTagColName": "Relationship", // Name for the column in HTML table under which the showTags will appear
1414
"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
1616
"urlElementId": "searchUrl", // Element to display search URL
1717
"countElementId": "resultCount", // Element showing number of results
1818
"pagesTopElementId": "paginationTop", // Element to display result page links above results

0 commit comments

Comments
 (0)