hook_search_api_db_query_alter |
./search_api_db.api.php |
Preprocesses a search's database query before it is executed. |
|
|
search_api_db_search_api_service_info |
./search_api_db.module |
Implements hook_search_api_service_info(). |
|
|
search_api_db_uninstall |
./search_api_db.install |
Implements hook_uninstall(). |
|
|
search_api_db_update_7101 |
./search_api_db.install |
Replace numeric index IDs with machine names in the server options. |
|
|
search_api_db_update_7102 |
./search_api_db.install |
Solve index problems with non-ASCII characters on MySQL servers. |
|
|
search_api_db_update_7103 |
./search_api_db.install |
Change date fields from int to big int. |
|
|
search_api_db_update_7104 |
./search_api_db.install |
Use a single full text table per index. |
|
|
search_api_db_update_7105 |
./search_api_db.install |
Add a (word, field_name) covering index to fulltext tables. |
|
|
search_api_db_update_7106 |
./search_api_db.install |
Change full text score from float to int. |
|
|
search_api_db_update_7107 |
./search_api_db.install |
Eliminates the use of low-standard hashes. |
|
|
search_api_db_update_dependencies |
./search_api_db.install |
Implements hook_update_dependencies(). |
|
|
_search_api_db_mb_strcut |
./search_api_db.install |
Emulates mb_strcut() if that is not available. |
1 |
|
_search_api_db_update_find_free_table |
./search_api_db.install |
Finds a free table name within the given database. |
1 |
|