I need configure something for search's in Askbot work with Postgres FTS?
Erick Almeida ( 2012-07-12 13:42:46 -0500 )editNo, the configuration for that is built in. If you run migrations FTS will be set up. There is also a management command init_postgresql_full_text_search. If you are bypassing migrations with syncdb --all, then run that command afterwards. The command can be run many times without any issues.
./manage.py init_postgres_full_text_search This command does't run.
Erick Almeida ( 2012-07-12 13:57:50 -0500 )edit