Don't show annotation fields in advanced search for now

Since annotations don't show up as items yet
This commit is contained in:
Dan Stillman 2021-02-24 22:52:18 -05:00
parent 7bdd34596d
commit 1e8f2b94d4

View file

@ -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,
},
{