You are here

protected property SearchApiViewsQuery::$fields in Search API 7

The names of all fields whose value is required by a handler.

The format follows the same as Search API field identifiers (parent:child).

Type: array

File

contrib/search_api_views/includes/query.inc, line 72
Contains SearchApiViewsQuery.

Class

SearchApiViewsQuery
Views query class using a Search API index as the data source.

Code

protected $fields;