Year part of title/creator/year search worked only if month/day were set
This commit is contained in:
parent
3349acc747
commit
b43ce3254d
1 changed files with 1 additions and 1 deletions
|
@ -2148,7 +2148,7 @@ Zotero.SearchConditions = new function(){
|
||||||
doesNotContain: true
|
doesNotContain: true
|
||||||
},
|
},
|
||||||
table: 'itemData',
|
table: 'itemData',
|
||||||
field: 'STRFTIME("%Y", SUBSTR(value, 1, 10))',
|
field: 'SUBSTR(value, 1, 4)',
|
||||||
special: true
|
special: true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue