From 6b96c9b3eea2ff5107fb632f847850b659638352 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 12 Nov 2018 11:18:41 +0000 Subject: [PATCH] 100 is the new 20 --- static/js/editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/editor.js b/static/js/editor.js index 4e4f9ad5..49057806 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -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--;