You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
566 B

% 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
}