Class: Card::Query::Value

Inherits:
Object
  • Object
show all
Includes:
FullTextValue
Defined in:
lib/card/query/card_query/full_text_matching.rb

Defined Under Namespace

Modules: FullTextValue

Class Method Summary collapse

Methods included from FullTextValue

#fulltext_fields, #fulltext_match_term?, #fulltext_mode, #match_sql

Class Method Details

.match_preficesObject



42
43
44
# File 'lib/card/query/card_query/full_text_matching.rb', line 42

def self.match_prefices
  @match_prefices ||= %w[= ~ :]
end