mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/15540] Remove delete_index and move create_index to fulltext_native
PHPBB3-15540
This commit is contained in:
@@ -125,8 +125,7 @@ interface search_backend_interface
|
||||
*
|
||||
* @return string|bool error string is returned incase of errors otherwise false
|
||||
*/
|
||||
// This method isn't present in fulltext_native, because it's implementation is hardcoded in acp_search
|
||||
//public function create_index($acp_module, $u_action);
|
||||
public function create_index($acp_module, $u_action);
|
||||
|
||||
/**
|
||||
* Drop fulltext index
|
||||
|
Reference in New Issue
Block a user