Advanced earches for exact creator names didn't match creators without first names
This commit is contained in:
parent
e17bffcdd4
commit
25d354d83d
|
@ -1974,7 +1974,7 @@ Zotero.SearchConditions = new function(){
|
||||||
doesNotContain: true
|
doesNotContain: true
|
||||||
},
|
},
|
||||||
table: 'itemCreators',
|
table: 'itemCreators',
|
||||||
field: "firstName || ' ' || lastName"
|
field: "TRIM(firstName || ' ' || lastName)"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user