You are here

public property SearchApiAutocompleteSearch::$options in Search API Autocomplete 7

An array of options for this search, containing any of the following:

  • results: Boolean indicating whether to also list the estimated number of results for each suggestion (if possible).
  • fields: Array containing the fulltext fields to use for autocompletion.
  • custom: An array of type-specific settings.

Type: array

File

./search_api_autocomplete.entity.php, line 59
Contains SearchApiAutocompleteSearch.

Class

SearchApiAutocompleteSearch
Describes the autocomplete settings for a certain search.

Code

public $options = array();