pat / thinking-sphinx

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

feat: add postgis adapter support #1247

Closed mdotvasylenchuk closed 1 year ago

mdotvasylenchuk commented 1 year ago

Requests to the database through postgresql adapters and postgis adapters are identical, and it would be more convenient if it were not necessary to write the initializer config, which you advised for the example in this pull request https://github.com/pat/thinking-sphinx/pull/828

pat commented 1 year ago

Thanks for the PR @mykhailovasylenchuk, but I'm going to leave this as it is. I realise it's a little less convenient, but I'd rather keep the directly-supported adapters to a minimum, so TS isn't so coupled to further adapters.