Don't show annotation fields in advanced search for now
Since annotations don't show up as items yet
This commit is contained in:
parent
7bdd34596d
commit
1e8f2b94d4
1 changed files with 2 additions and 0 deletions
|
@ -508,6 +508,7 @@ Zotero.SearchConditions = new function(){
|
|||
},
|
||||
table: 'itemAnnotations',
|
||||
field: 'text',
|
||||
special: true,
|
||||
},
|
||||
|
||||
{
|
||||
|
@ -518,6 +519,7 @@ Zotero.SearchConditions = new function(){
|
|||
},
|
||||
table: 'itemAnnotations',
|
||||
field: 'comment',
|
||||
special: true,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue