public function QueryInterface::getFulltextFields in Search API 8
Retrieves the fulltext fields that will be searched for the search keys.
Return value
string[]|null An array containing the fields that should be searched for the search keys, or NULL if all indexed fulltext fields should be used.
See also
setFulltextFields()
1 method overrides QueryInterface::getFulltextFields()
- Query::getFulltextFields in src/
Query/ Query.php - Retrieves the fulltext fields that will be searched for the search keys.
File
- src/
Query/ QueryInterface.php, line 381
Class
- QueryInterface
- Represents a search query on a Search API index.
Namespace
Drupal\search_api\QueryCode
public function &getFulltextFields();