diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js index f0e489f208..2acb4f8808 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/data_access.js +++ b/chrome/chromeFiles/content/scholar/xpcom/data_access.js @@ -1465,7 +1465,7 @@ Scholar.Item.prototype.erase = function(deleteChildren){ // Clear fulltext cache Scholar.Fulltext.clearItemWords(this.getID()); - Scholar.Fulltext.clearItemContent(this.getID()); + //Scholar.Fulltext.clearItemContent(this.getID()); Scholar.Fulltext.purgeUnusedWords(); sql = 'DELETE FROM itemCreators WHERE itemID=' + this.getID() + ";\n";