From 6a7e3d02597cc2be00c86e2a47d92e963c617af3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 16 Jul 2016 17:15:17 -0400 Subject: [PATCH] Add "is (less|greater) than" to num pages/volumes search conditions https://forums.zotero.org/discussion/60897/ --- chrome/content/zotero/xpcom/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/search.js b/chrome/content/zotero/xpcom/search.js index 7eb2333646..2255a32e96 100644 --- a/chrome/content/zotero/xpcom/search.js +++ b/chrome/content/zotero/xpcom/search.js @@ -2209,7 +2209,7 @@ Zotero.SearchConditions = new function(){ }, table: 'itemData', field: 'value', - aliases: ['pages', 'section', 'seriesNumber','issue'], + aliases: ['pages', 'numPages', 'numberOfVolumes', 'section', 'seriesNumber','issue'], template: true // mark for special handling },