1
0

test: debug meilisearch

This commit is contained in:
Mar0xy
2023-11-01 00:14:59 +01:00
parent c44b261bef
commit 232ac0d94e
2 changed files with 6 additions and 0 deletions
@@ -819,6 +819,8 @@ export class NoteCreateService implements OnApplicationShutdown {
private index(note: MiNote) {
if (note.text == null && note.cw == null) return;
console.error('createIndex');
this.searchService.indexNote(note);
}