struct Pipe::QueryParams

Included Modules

Defined in:

pipe/commands/search_command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bucket : String #

[View source]
def bucket=(bucket : String) #

[View source]
def collection : String #

[View source]
def collection=(collection : String) #

[View source]
def dir : Int32 #

[View source]
def dir=(dir : Int32) #

[View source]
def filters : Array(FilterParams) | Nil #

[View source]
def filters=(filters : Array(FilterParams) | Nil) #

[View source]
def lang : String | Nil #

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

[View source]
def limit : Int32 | Nil #

[View source]
def limit=(limit : Int32 | Nil) #

[View source]
def offset : Int32 | Nil #

[View source]
def offset=(offset : Int32 | Nil) #

[View source]
def order : Int32 #

[View source]
def order=(order : Int32) #

[View source]
def q : String #

[View source]
def q=(q : String) #

[View source]