pg_search
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
File Explorer
Download Latest Version (.zip)- config
- ci.yml
- codeql.yml
- dependabot.yml
- association.rb
- column.rb
- foreign_column.rb
- dmetaphone.rb
- feature.rb
- trigram.rb
- tsearch.rb
- add_pg_search_dmetaphone_support_functions.rb.erb
- create_pg_search_documents.rb.erb
- dmetaphone_generator.rb
- generator.rb
- multisearch_generator.rb
- rebuilder.rb
- configuration.rb
- document.rb
- features.rb
- model.rb
- multisearch.rb
- multisearchable.rb
- normalizer.rb
- railtie.rb
- scope_options.rb
- tasks.rb
- version.rb
- pg_search.rb
- associations_spec.rb
- deprecation_spec.rb
- pagination_spec.rb
- pg_search_spec.rb
- single_table_inheritance_spec.rb
- association_spec.rb
- column_spec.rb
- foreign_column_spec.rb
- dmetaphone_spec.rb
- trigram_spec.rb
- tsearch_spec.rb
- rebuilder_spec.rb
- multisearch_spec.rb
- multisearchable_spec.rb
- normalizer_spec.rb
- pg_search_spec.rb
- database.rb
- with_model.rb
- spec_helper.rb
- dmetaphone.sql
- uninstall_dmetaphone.sql
- .editorconfig
- .gitignore
- .jrubyrc
- .rspec
- .standard.yml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Gemfile
- LICENSE
- pg_search.gemspec
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Casecommons/pg_search
Downloads the entire project code from GitHub to your computer.
cd pg_search
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
