From 6575dda739ebbd441afe410552e3fcb0165ef156 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 19 Oct 2012 16:43:35 -0300 Subject: added user profile search setup to the init_postgresql_full_text_search command --- askbot/management/commands/init_postgresql_full_text_search.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/askbot/management/commands/init_postgresql_full_text_search.py b/askbot/management/commands/init_postgresql_full_text_search.py index cd709be0..3cf4b03c 100644 --- a/askbot/management/commands/init_postgresql_full_text_search.py +++ b/askbot/management/commands/init_postgresql_full_text_search.py @@ -14,3 +14,11 @@ class Command(NoArgsCommand): 'thread_and_post_models_01162012.plsql' ) setup_full_text_search(script_path) + + script_path = os.path.join( + askbot.get_install_directory(), + 'search', + 'postgresql', + 'user_profile_search_16102012.plsql' + ) + setup_full_text_search(script_path) -- cgit v1.2.3-1-g7c22