Casecommons / pg_search

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search

Home Page:http://www.casebook.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merging our customization into mainline?

mhenrixon opened this issue · comments

Hi,

A previous developer on the project I am working on decided to fork pg_search personally and ended up with the following diff:

master...hldesign:pg_search:single-association-performance

I'd love to get rid of this and I have two options:

  1. Monkey patch pg_search in the project directly
  2. Contribute the changes (they need to be backported because we have a very old codebase with ancient dependencies).

Any interest in ts vector improvements? If so, do the changes make sense? I have no idea, I never had any issues with pg_search myself, so I can't vouch for the validity of the changes.

Yes, this is pretty interesting. Please open a pull request for this!

Opened #499 so that we can talk about it.

Should this be closed since #499 was merged?