struct PgORM::FullTextSearch::WeightedColumn

Overview

Represents a weighted column for full-text search

Defined in:

pg-orm/full_text_search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(column : String, weight : Weight = Weight::D) #

[View source]

Instance Method Detail

def column : String #

[View source]
def weight : Weight #

[View source]