We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Building indexes (markdown)
Colorize ruby code examples
add link to blog post about multi-column indexes https://github.com/Casecommons/pg_search/issues/475
A typo? Operator class pg_trgm_ops does not exist. It should say: "gist_trgm_ops"
Add note about index having to match all the fields at pg_search_scope
Update the example pg_search_documents index to show the example for trigram indexes
Add docs on migration to generate index for pg_search_documents
Formatting to clarify are 2 alternative options.
Added hint to check EXPLAIN
Added instructions for adding to search specification.
Added more efficient way to update existing records.
Updated Home (markdown)
Created Installing Postgres Contrib Modules (markdown)
Renamed
Just discovered
Updated Segregating search documents (multi tenancy) (markdown)
Updated Segregating search documents (markdown)
Created Working with the paranoia gem (soft-delete) (markdown)