commit 6a7e3d02597cc2be00c86e2a47d92e963c617af3
parent eb7bba9d7dffb458409fa3404bd796ada29d4c00
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 16 Jul 2016 17:15:17 -0400
Add "is (less|greater) than" to num pages/volumes search conditions
https://forums.zotero.org/discussion/60897/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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
},