Increase autocomplete to 50 results

Up from 25 in 53ff8eecd2 (5.0.80)
This commit is contained in:
Dan Stillman 2019-12-30 02:37:56 -05:00
parent 991e542888
commit aef198d6b5

View file

@ -211,7 +211,7 @@ ZoteroAutoComplete.prototype.startSearch = Zotero.Promise.coroutine(function* (s
sql += "ORDER BY value";
}
sql += " LIMIT 25";
sql += " LIMIT 50";
var onRow = null;
// If there's a result callback (e.g., for sorting), don't use a row handler