Function Fast_custom_index->delete_from_index
Definitions
sources/database_search.php
- Clear out a content resource from the index.
- Visibility: public
- Is abstract?: No
- Is static?: Yes
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$db | object | required parameter | N/A | N/A | Database connection |
$index_table | string | required parameter | N/A | N/A | Table containing our custom index |
$index_key_map | array | required parameter | N/A | N/A | Map of index keys, defining what to delete |