mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
using the createIndex from FullTextSearchManager
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
e38cb45bf1
commit
5557485aba
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class FullTextSearchManager implements IFullTextSearchManager {
|
|||
* @throws FullTextSearchAppNotAvailableException
|
||||
*/
|
||||
public function createIndex(string $providerId, string $documentId, string $userId, int $status = 0): IIndex {
|
||||
return $this->getIndexService()->getIndex($providerId, $documentId);
|
||||
return $this->getIndexService()->createIndex($providerId, $documentId, $userId, $status);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue