pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 468 forks source link

Thinking Sphinx with activerecord-postgis-adapter #344

Closed joeytheman closed 12 years ago

joeytheman commented 12 years ago

Any chance thinking_sphinx can easily be made to work with @dazuma 's https://github.com/dazuma/activerecord-postgis-adapter ? Right now when you attempt to do a search it returns an error that the connection adapter (postgis) is not supported.

A quick setup guide for activerecord-postgis-adapter is here: http://www.daniel-azuma.com/blog/archives/69

Thanks

pat commented 12 years ago

Perhaps this will do the job? http://freelancing-god.github.com/ts/en/common_issues.html#other_adapters

joeytheman commented 12 years ago

Worked like a charm. Thanks.