Don't stop after one uploaded full-text batch
This commit is contained in:
parent
945da5e008
commit
a02eb3c328
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ Zotero.Fulltext = Zotero.FullText = new function(){
|
|||
sql += "AND itemID>?";
|
||||
params.push(options.lastItemID);
|
||||
}
|
||||
sql += "ORDER BY itemID DESC";
|
||||
sql += "ORDER BY itemID";
|
||||
var rows = yield Zotero.DB.queryAsync(sql, params);
|
||||
var contentSize = 0;
|
||||
for (let i = 0; i < rows.length; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue