Is it possible to use Sphinx with Postgres?
Is it possible to use Sphinx with Postgres?
Is it possible to use Sphinx with Postgres?
Not as it is coded now. Is Sphinx search better than Postgres FTS?
We are adding support of Haystack soon, already have the code on one of the development branches.
I need configure something for search's in Askbot work with Postgres FTS?
No, 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.
How do I run this management command?
python manage.py command_name
./manage.py init_postgres_full_text_search This command does't run.
To enter a block of code:
Comments