exact match

This commit is contained in:
j 2026-01-06 18:42:07 +01:00
commit dd9538d20b

View file

@ -639,7 +639,7 @@ pandora.ui.infoView = function(data, isMixed) {
var request = {
query: {
conditions: [
{key: 'title', value: title}
{key: 'title', value: title, operator: '=='}
],
operator: '&'
},