100 is the new 20
This commit is contained in:
parent
bce4711248
commit
6b96c9b3ee
1 changed files with 2 additions and 2 deletions
|
@ -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--;
|
||||
|
|
Loading…
Reference in a new issue