Sha256: adb18b991e66c64d35866d1953bdb49603b0b530707a9c078aacea76c58f48d1

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

 * Railtie for rake tasks
 * README
 * Tracker project
 * Mailing list
 * License
 * Publish gem
 * Exceptions for missing trigram, dmetaphone, etc. support
 * LIKE search
 * ability to specify multiple ranks: :ranked_by => [:tsearch, :trigram]
 * ability to mix ranks together with weights: :ranked_by => {:tsearch => 1.0, :trigram => 0.5}
 * accept a block and pass it to the underlying scope
 * ability to search again a tsvector column

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pg_search-0.1 TODO
pg_search-0.0.2 TODO