Module: PgSearch::Features

Defined in:
lib/pg_search/features.rb,
lib/pg_search/features/feature.rb,
lib/pg_search/features/trigram.rb,
lib/pg_search/features/tsearch.rb,
lib/pg_search/features/dmetaphone.rb

Overview

Search features provide conditions and rank as composable Arel expressions, not SQL Strings. TSearch also provides a highlight expression for selection.

Defined Under Namespace

Classes: DMetaphone, Feature, TSearch, Trigram