Class: Card::Query::Value
- Inherits:
-
Object
- Object
- Card::Query::Value
- 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_prefices ⇒ Object
42 43 44 |
# File 'lib/card/query/card_query/full_text_matching.rb', line 42 def self.match_prefices @match_prefices ||= %w[= ~ :] end |