From 25d354d83de70f8a17bf3a22356ec96b0b853fd8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 30 Aug 2010 00:46:38 +0000 Subject: [PATCH] Advanced earches for exact creator names didn't match creators without first names --- chrome/content/zotero/xpcom/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" }, {