Sha256: dbaee8d4eee665beac28b2fc9fb266dc113909d138cf92bb36cf0adf5aca82b4

Contents?: true

Size: 259 Bytes

Versions: 14

Compression:

Stored size: 259 Bytes

Contents

module PgSearch
  module Features
    autoload :Feature, "pg_search/features/feature"

    autoload :DMetaphone, "pg_search/features/dmetaphone"
    autoload :Trigram, "pg_search/features/trigram"
    autoload :TSearch, "pg_search/features/tsearch"
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pg_search-0.7.2 lib/pg_search/features.rb
pg_search-0.7.1 lib/pg_search/features.rb
pg_search-0.7.0 lib/pg_search/features.rb
pg_search-0.6.4 lib/pg_search/features.rb
pg_search-0.6.3 lib/pg_search/features.rb
pg_search-0.6.2 lib/pg_search/features.rb
pg_search-0.6.1 lib/pg_search/features.rb
pg_search-0.6.0 lib/pg_search/features.rb
pg_search-0.5.7 lib/pg_search/features.rb
pg_search-0.5.6 lib/pg_search/features.rb
pg_search-0.5.5 lib/pg_search/features.rb
pg_search-0.5.4 lib/pg_search/features.rb
pg_search-0.5.3 lib/pg_search/features.rb
pg_search-0.5.2 lib/pg_search/features.rb