From 7f895a86607f3b4f90db91be92da83c0760e5c47 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 8 May 2018 12:33:29 +0100 Subject: [PATCH 1/2] don't lookup filming location on map --- static/js/infoView.0xdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/infoView.0xdb.js b/static/js/infoView.0xdb.js index c93046e8..c6a849ec 100644 --- a/static/js/infoView.0xdb.js +++ b/static/js/infoView.0xdb.js @@ -493,7 +493,7 @@ pandora.ui.infoView = function(data) { .css(css) .html( formatKey(Ox._('Filming Locations')) + data.filmingLocations.map(function(location) { - return '' + location + '' + return '' + location + '' }).join('; ') ) .appendTo($text); From e8e5ce415d52ca2b203fc1fbb6852345d64df736 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 8 May 2018 12:33:39 +0100 Subject: [PATCH 2/2] enable autocomplete by default --- pandora/config.pandora.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 2f26e2d5..b9e92c41 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -875,6 +875,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "title": "Keywords", "canAddAnnotations": {"member": true, "staff": true, "admin": true}, "item": "Keyword", + "autocomplete": true, "overlap": true, "type": "string" },