100 is the new 20

This commit is contained in:
j 2018-11-12 11:18:41 +00:00
parent bce4711248
commit 6b96c9b3ee
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ pandora.ui.editor = function(data) {
pandora.api.autocompleteEntities({
key: layer.entity,
operator: '=',
range: [0, 20],
range: [0, 100],
value: value
}, function(result) {
callback(result.data.items);
@ -68,7 +68,7 @@ pandora.ui.editor = function(data) {
pandora.api.autocomplete({
key: key,
operator: '=',
range: [0, 20],
range: [0, 100],
value: value
}, function(result) {
n--;