diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml index 4e881c049..5eb42f95d 100644 --- a/chrome/content/zotero/bindings/attachmentbox.xml +++ b/chrome/content/zotero/bindings/attachmentbox.xml @@ -508,7 +508,7 @@ diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js index a01a8b62d..fd88aa622 100644 --- a/chrome/content/zotero/xpcom/fulltext.js +++ b/chrome/content/zotero/xpcom/fulltext.js @@ -830,6 +830,9 @@ Zotero.Fulltext = new function(){ case this.INDEX_STATE_UNAVAILABLE: case this.INDEX_STATE_UNINDEXED: case this.INDEX_STATE_PARTIAL: + + // TODO: automatically reindex already-indexed attachments? + case this.INDEX_STATE_INDEXED: return true; } }