By drunken monkey on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-1.x
Introduced in version:
8.x-1.16
Issue links:
Description:
In #3023704: Convert hooks to events, all hooks of the Search API module were converted to events.
We missed hook_search_api_db_query_alter() of the Database Search sub-module, though. This is now deprecated, too. Please use the search_api_db.query_pre_execute event (class \Drupal\search_api_db\Event\QueryPreExecuteEvent) instead.
Impacts:
Module developers