Advanced earches for exact creator names didn't match creators without first names

This commit is contained in:
Dan Stillman 2010-08-30 00:46:38 +00:00
parent e17bffcdd4
commit 25d354d83d

View file

@ -1974,7 +1974,7 @@ Zotero.SearchConditions = new function(){
doesNotContain: true
},
table: 'itemCreators',
field: "firstName || ' ' || lastName"
field: "TRIM(firstName || ' ' || lastName)"
},
{