You are here

function hook_fac_basic_title_search_query_alter in Fast Autocomplete 7

Implements hook_fac_basic_title_search_query_alter().

Use this hook to alter the query that is used to get the results using the Basic title search backend service.

1 invocation of hook_fac_basic_title_search_query_alter()
BasicTitleSearchService::search in src/SearchService/BasicTitleSearchService.php
Implements SearchServiceInterface::search().

File

./fac.api.php, line 23
This file contains the API of the Fast Autocomplete module.

Code

function hook_fac_basic_title_search_query_alter(&$query) {
}