diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js index 008970335..e281dbbd6 100644 --- a/chrome/content/zotero/xpcom/collectionTreeView.js +++ b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -2112,9 +2112,7 @@ Zotero.ItemGroup.prototype.getChildTags = function() { Zotero.ItemGroup.prototype.setSearch = function(searchText) { - if(searchText !== this.searchText) { - Zotero.ItemGroupCache.clear(); - } + Zotero.ItemGroupCache.clear(); this.searchText = searchText; }