diff --git a/chrome/content/zotero/xpcom/search.js b/chrome/content/zotero/xpcom/search.js index 174780ae4..2c72fcf72 100644 --- a/chrome/content/zotero/xpcom/search.js +++ b/chrome/content/zotero/xpcom/search.js @@ -1974,7 +1974,7 @@ Zotero.SearchConditions = new function(){ doesNotContain: true }, table: 'itemCreators', - field: "firstName || ' ' || lastName" + field: "TRIM(firstName || ' ' || lastName)" }, {