diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index 2cd5a51..0ffc81b 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -224,9 +224,9 @@ pandora.ui.documentInfoView = function(data, isMixed) { (data[key] ? pandora.api.findEntities : Ox.noop)({ query: { conditions: [{ - key: 'type', operator: '==', value: key + key: 'type', operator: '==', value: Ox.decodeHTMLEntities(key) }, { - key: 'name', operator: '==', value: data[key] + key: 'name', operator: '==', value: Ox.decodeHTMLEntities(data[key]) }], operator: '&' },