From 1e8f2b94d439c895e3f027924ec69c831cc62a11 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 24 Feb 2021 22:52:18 -0500 Subject: [PATCH] Don't show annotation fields in advanced search for now Since annotations don't show up as items yet --- chrome/content/zotero/xpcom/data/searchConditions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/content/zotero/xpcom/data/searchConditions.js b/chrome/content/zotero/xpcom/data/searchConditions.js index e24b369913..0586e0fd8b 100644 --- a/chrome/content/zotero/xpcom/data/searchConditions.js +++ b/chrome/content/zotero/xpcom/data/searchConditions.js @@ -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, }, {