By drunken monkey on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-1.x
Introduced in version:
1.38
Issue links:
Description:
#2874641: Select Text Format in Views Field for textual content with values from search index introduced a new Views field plugin, SearchApiText (ID search_api_text). Some fields defined in the Search API Views data were switched to use this instead of the old search_api field plugin.
Code that checks Views field definitions for the search_api field plugin ID might need to be adapted to also allow the search_api_text ID.
Subclasses of \Drupal\search_api\Plugin\views\field\SearchApiStandard that provide handling for specific text fields might need to be adapted to inherit from \Drupal\search_api\Plugin\views\field\SearchApiText instead, to make use of the new functionality.
Impacts:
Module developers