class

RemoteRepoSearchReq

@Js
const class RemoteRepoSearchReq : Obj

RemoteRepoSearchReq encapsulates RemoteRepo.search request

constructors make

Constructor with query string and it-block

fields limit

Requested limit (server may response with smaller limit)

query

Query string

methods toStr

Debug string

limit const Int : limit

Requested limit (server may response with smaller limit)

make new make(Str query, |This|? f := null)

Constructor with query string and it-block

query const Str : query

Query string

toStr virtual Str toStr()

Debug string

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT