You are here

function apachesolr_views_handler_filter_boolean::query in Apache Solr Views 6

Override query to do our thing

File

handlers/apachesolr_views_handler_filter_boolean.inc, line 10

Class

apachesolr_views_handler_filter_boolean
Provides a basic handler for boolean fields

Code

function query() {
  $this->query
    ->add_filter($this->real_field, $this->value);
}