Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostGIS adapter support #2

Closed
paulmwatson opened this issue Jul 27, 2016 · 5 comments
Closed

PostGIS adapter support #2

paulmwatson opened this issue Jul 27, 2016 · 5 comments
Milestone

Comments

@paulmwatson
Copy link

Any plans to support PostGIS? I will have a look at it but don't want to reinvent the wheel.

@glebm
Copy link
Contributor

glebm commented Jul 27, 2016

I don't have plans to build support for it, but would accept it here if you are willing to maintain it.
Though I thought PostGIS just deals with the geo types, leaving the text stuff to regular postgres types?

@glebm
Copy link
Contributor

glebm commented Jul 27, 2016

Oh, I see this is probably related to thredded/thredded#349?
If all you need is to match postgis as postgres, I think it would suffice to just change this regex:

when /postgres/i

@glebm
Copy link
Contributor

glebm commented Oct 24, 2016

@paulmwatson Did you end up integrating thredded into your app?

@paulmwatson
Copy link
Author

@glebm afraid not, put on hold and now looking at mailboxer/mailboxer instead

@oleg-cnnr
Copy link

@glebm I have same problem with postgis adapter in my rails app and I tried to change DbTextSearch module as you suggest. Migration applied successfully.

I've just changed regexp to

when /postgres|postgis/i

at file

config/initializers/thredded/db_text_search.rb

@glebm glebm modified the milestone: v0.2.1 Dec 1, 2016
@glebm glebm closed this as completed in e02b463 Dec 1, 2016
@jayroh jayroh mentioned this issue Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants