struct Memo::Search::Filters

Overview

Filters for semantic search

Defined in:

memo/search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_type : Nil | String = nil, source_id : Int64 | Nil = nil, pair_id : Int64 | Nil = nil, parent_id : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def pair_id : Int64 | Nil #

[View source]
def pair_id=(pair_id : Int64 | Nil) #

[View source]
def parent_id : Int64 | Nil #

[View source]
def parent_id=(parent_id : Int64 | Nil) #

[View source]
def source_id : Int64 | Nil #

[View source]
def source_id=(source_id : Int64 | Nil) #

[View source]
def source_type : String | Nil #

[View source]
def source_type=(source_type : String | Nil) #

[View source]