struct Pipe::QueryParams
- Pipe::QueryParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
pipe/commands/search_command.crConstructors
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #collection : String
- #collection=(collection : String)
- #dir : Int32
- #dir=(dir : Int32)
- #filters : Array(FilterParams) | Nil
- #filters=(filters : Array(FilterParams) | Nil)
- #lang : String | Nil
- #lang=(lang : String | Nil)
- #limit : Int32 | Nil
- #limit=(limit : Int32 | Nil)
- #offset : Int32 | Nil
- #offset=(offset : Int32 | Nil)
- #order : Int32
- #order=(order : Int32)
- #q : String
- #q=(q : String)