1
0
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:
rubencm
2019-10-24 21:59:27 +00:00
parent 5805a6906e
commit cc0d4efc8f
3 changed files with 82 additions and 124 deletions

View File

@@ -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