You are here

protected property Search::$suggester_settings in Search API Autocomplete 8

The settings of the suggesters selected for this search.

The array has the following structure:

[
  'SUGGESTER_ID' => [],
  ,
];

Type: array

File

src/Entity/Search.php, line 112

Class

Search
Describes the autocomplete settings for a certain search.

Namespace

Drupal\search_api_autocomplete\Entity

Code

protected $suggester_settings = [];