www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 25d354d83de70f8a17bf3a22356ec96b0b853fd8
parent e17bffcdd4cfd8cacf95b3a8829453e50d50d146
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 30 Aug 2010 00:46:38 +0000

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


Diffstat:
Mchrome/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 @@ -1974,7 +1974,7 @@ Zotero.SearchConditions = new function(){ doesNotContain: true }, table: 'itemCreators', - field: "firstName || ' ' || lastName" + field: "TRIM(firstName || ' ' || lastName)" }, {