Add "is (less|greater) than" to num pages/volumes search conditions
https://forums.zotero.org/discussion/60897/
This commit is contained in:
parent
eb7bba9d7d
commit
6a7e3d0259
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue