pg_search
https://github.com/casecommons/pg_search
Ruby
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
13 Subscribers
Add a CodeTriage badge to pg_search
Help out
- Issues
- Search by regular expression
- Could not find generator pg_search:migration:multisearch.
- Avoid casting a tsvector column to text and back again.
- Searching with white space doesn't work.
- Add option to disable ranking of results entirely when using pg_search_scope.
- search_scope with associated_against fails when searching for records on the same table (STI)
- :against does not seem to be needed when using :tsvector_column, but it is mandatory
- Create index on a few columns
- Question on what search strategy to use
- Missing FROM clause when where + has_one
- Docs