Change record status: 
Introduced in branch: 
8.x-1.x
Introduced in version: 
8.x-1.2
Description: 

As #prefix is actually kind of a “reserved” name in the theme layer, which will automatically be prepended to the output when rendering, its use of it in our search_api_autocomplete_suggestion theme function/template was ill-advised. The variable was therefore changed to #note, custom overrides of that template (search-api-autocomplete-suggestion.html.twig) will have to be adapted accordingly.

Impacts: 
Site builders, administrators, editors
Themers