You are here

public function SearchApiQueryInterface::getFields in Search API 7

Retrieves the fulltext fields that will be searched for the search keys.

Return value

array An array containing the fields that should be searched for the search keys.

See also

fields()

1 method overrides SearchApiQueryInterface::getFields()
SearchApiQuery::getFields in includes/query.inc
Retrieves the fulltext fields that will be searched for the search keys.

File

includes/query.inc, line 310
Contains SearchApiQueryInterface and SearchApiQuery.

Class

SearchApiQueryInterface
Interface representing a search query on an Search API index.

Code

public function &getFields();