Fix item key search (broken by a01f2765e4
)
This commit is contained in:
parent
a01f2765e4
commit
edb08e179c
|
@ -452,7 +452,7 @@ Zotero.SearchConditions = new function(){
|
||||||
special: true,
|
special: true,
|
||||||
noLoad: true,
|
noLoad: true,
|
||||||
inlineFilter: function (val) {
|
inlineFilter: function (val) {
|
||||||
return Zotero.Utilities.isValidObjectKey(val) ? val : false;
|
return Zotero.Utilities.isValidObjectKey(val) ? `'${val}'` : false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user