From b33b01bf51fd45ee47982a4a30bc5f132607aa68 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 6 Oct 2006 00:39:10 +0000 Subject: [PATCH] Fix for broken search -- oy Thanks again to Roy --- chrome/content/zotero/xpcom/search.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/search.js b/chrome/content/zotero/xpcom/search.js index fd6dae511..05a8f910e 100644 --- a/chrome/content/zotero/xpcom/search.js +++ b/chrome/content/zotero/xpcom/search.js @@ -855,7 +855,7 @@ Zotero.SearchConditions = new function(){ field: 'value', aliases: Zotero.DB.columnQuery("SELECT fieldName FROM fields " + "WHERE fieldName NOT IN ('accessDate', 'date', 'pages', " + - "'section','accessionNumber','seriesNumber','issue')"), + "'section','seriesNumber','issue')"), template: true // mark for special handling }, @@ -885,8 +885,7 @@ Zotero.SearchConditions = new function(){ }, table: 'itemData', field: 'value', - aliases: ['pages', 'section', 'accessionNumber', - 'seriesNumber','issue'], + aliases: ['pages', 'section', 'seriesNumber','issue'], template: true // mark for special handling },