100 is the new 20

This commit is contained in:
j 2018-11-12 11:18:41 +00:00
parent bce4711248
commit 6b96c9b3ee

View file

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