class Cryap::SearchService

Defined in:

services/search.cr

Constant Summary

Log = ::Log.for("Cryap::SearchService")

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new #

Macro Detail

macro query!(&block) #

Instance Method Detail

def accounts_search(q : String, limit : Int32 = 40, offset : Int32 | Nil = nil, account_for_filtering_following : Account | Nil = nil) : Array(Account) #

def create_indexes #