Add Publication Title to title/creator/year search
As requested by Simon
This commit is contained in:
parent
b55f226900
commit
75d5d9f88d
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ Zotero.Search.prototype.addCondition = function(condition, operator, value, requ
|
|||
|
||||
if (condition == 'quicksearch-titleCreatorYear') {
|
||||
this.addCondition('title', operator, part.text, false);
|
||||
this.addCondition('publicationTitle', operator, part.text, false);
|
||||
this.addCondition('year', operator, part.text, false);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue