Add "is (less|greater) than" to num pages/volumes search conditions

https://forums.zotero.org/discussion/60897/
This commit is contained in:
Dan Stillman 2016-07-16 17:15:17 -04:00
parent eb7bba9d7d
commit 6a7e3d0259

View file

@ -2209,7 +2209,7 @@ Zotero.SearchConditions = new function(){
}, },
table: 'itemData', table: 'itemData',
field: 'value', field: 'value',
aliases: ['pages', 'section', 'seriesNumber','issue'], aliases: ['pages', 'numPages', 'numberOfVolumes', 'section', 'seriesNumber','issue'],
template: true // mark for special handling template: true // mark for special handling
}, },