{"id":79323,"library":"pg-search","title":"PgSearch","description":"PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search.","status":"active","version":"2.3.7","language":"ruby","source_language":null,"source_url":"https://github.com/Casecommons/pg_search","tags":["postgresql","full-text-search","activerecord","search"],"install":[{"cmd":"gem install pg_search","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'pg_search', '~> 2.3.7'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"PgSearch","correct":"require 'pg_search'"}],"quickstart":{"code":"require 'pg_search'\n\nclass Article < ActiveRecord::Base\n  include PgSearch::Model\n  pg_search_scope :search_by_title, against: :title\nend\n\nArticle.search_by_title('ruby')","lang":"ruby","description":"Define a full-text search scope on an Active Record model"},"warnings":[],"env_vars":null,"search_vec":"'activ':4 'activerecord':22 'advantag':10 'build':3 'full':14,19 'full-text-search':18 'name':6 'pgsearch':1,2 'postgresql':12,17 'record':5 'scope':7 'search':16,21,23 'take':9 'text':15,20","created_at":"2026-06-18T04:46:58.923043+00:00","updated_at":"2026-06-18T04:46:58.923043+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Casecommons/pg_search","github":"https://github.com/Casecommons/pg_search","docs":"http://www.rubydoc.info/gems/pg_search/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","orm"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}