% Generated by roxygen2: do not edit by hand % Please edit documentation in R/brim-main.R \name{brim_search_raw} \alias{brim_search_raw} \title{Post a ZQL query to the given Brim instance and retrieve results in raq ZJSON format} \usage{ brim_search_raw(space_name, zql, host = brim_host()) } \arguments{ \item{space_name}{name of the Brim space to use as the search data source} \item{zql}{the ZQL query} \item{host}{see \code{\link[=brim_host]{brim_host()}}} } \description{ Post a ZQL query to the given Brim instance and retrieve results in raq ZJSON format }