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