You are here

public property SearchApiLiveResultsSearch::$options in Search API live results 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).
  • custom: An array of type-specific settings.

Type: array

File

./search_api_live_results.module, line 333

Class

SearchApiLiveResultsSearch
Class describing the settings for a certain search for which autocompletion is available.

Code

public $options = array();