diff --git a/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg b/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg
index e3f279a..3f2702c 100644
--- a/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg
+++ b/account/src/main/resources/com/ning/billing/account/dao/AccountSqlDao.sql.stg
@@ -86,7 +86,7 @@ getAccountByKey() ::= <<
where external_key = :externalKey <AND_CHECK_TENANT()>;
>>
-searchQuery(prefix) ::= <<<
+searchQuery(prefix) ::= <<
<idField(prefix)> = :searchKey
or <prefix>.name like :likeSearchKey
or <prefix>.email like :likeSearchKey