test: debug meilisearch
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue