-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
I don't have plans to build support for it, but would accept it here if you are willing to maintain it. |
Oh, I see this is probably related to thredded/thredded#349? db_text_search/lib/db_text_search.rb Line 27 in 0305bc9
|
@paulmwatson Did you end up integrating thredded into your app? |
@glebm afraid not, put on hold and now looking at mailboxer/mailboxer instead |
@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
at file
|
Any plans to support PostGIS? I will have a look at it but don't want to reinvent the wheel.
The text was updated successfully, but these errors were encountered: