You are here

public function SarniaViewsHandlerArgument::query in Sarnia 7

Set up the query for this argument.

The argument sent may be found at $this->argument.

Overrides SearchApiViewsHandlerArgumentString::query

File

handlers/handler_argument.inc, line 27

Class

SarniaViewsHandlerArgument
Really basic argument handler for filtering Solr documents in Views.

Code

public function query($group_by = FALSE) {
  $this->real_field = $this->options['solr_property'];
  parent::query();
}