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({
|
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--;
|
||||||
|
|
Loading…
Reference in a new issue