module LuckyFullTextSearch(T)

Defined in:

lucky_full_text_search.cr

Constant Summary

VERSION = "0.1.2"

Class Method Summary

Macro Summary

Class Method Detail

def self.version #

[View source]

Macro Detail

macro fast_full_text_search(name) #

[View source]
macro full_text_search(name, weighted = false, text_columns = [] of String, array_columns = [] of String) #

[View source]