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.
./manage.py init_postgres_full_text_search This command does't run.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-07-12 13:30:30 -0500
Seen: 503 times
Last updated: Jul 12 '12
Can Askbot import data from Jive?
Deploying to App Engine with Cloud SQL
Custom domain name for hosted site
Run Askbot in / not in /questions ?
Migration askbot skins to templates
What search is used if Sphinx is not installed?
Sorting users by most recently registered
Troubleshooting "__import__() takes no keyword arguments" when installing