You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/09/09 16:28:32 UTC

[12/18] git commit: [#7656] ticket:648 Change display name index type to allow not strict matches when searching

[#7656] ticket:648 Change display name index type to allow not strict matches when searching


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/3d4b9a54
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/3d4b9a54
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/3d4b9a54

Branch: refs/heads/je/42cc_7656
Commit: 3d4b9a547e7af96d2eb3ffa7f877f4d2b4d16c96
Parents: 7330f8d
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Sep 9 14:15:41 2014 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Tue Sep 9 14:15:41 2014 +0300

----------------------------------------------------------------------
 Allura/allura/model/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/3d4b9a54/Allura/allura/model/auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/model/auth.py b/Allura/allura/model/auth.py
index 43de922..16ee2e0 100644
--- a/Allura/allura/model/auth.py
+++ b/Allura/allura/model/auth.py
@@ -302,7 +302,7 @@ class User(MappedClass, ActivityNode, ActivityObject, SearchIndexable):
             email_address_s=self.get_pref('email_address'),
             email_format_s=self.get_pref('email_format'),
             disable_user_messages_b=self.get_pref('disable_user_messages'),
-            display_name_s=self.get_pref('display_name'),
+            display_name_t=self.get_pref('display_name'),
             sex_s=self.get_pref('sex'),
             birthdate_dt=self.get_pref('birthdate'),
             localization_s=localization,