chore: remove debug line, change example.yml
Set the default meilisearch scope to global
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ redis:
|
||||
# apiKey: ''
|
||||
# ssl: true
|
||||
# index: ''
|
||||
# scope: local
|
||||
# scope: global
|
||||
|
||||
# ┌───────────────┐
|
||||
#───┘ ID generation └───────────────────────────────────────────
|
||||
|
||||
@@ -129,8 +129,6 @@ export class SearchService {
|
||||
}
|
||||
}
|
||||
|
||||
console.error('meilisearchFound');
|
||||
|
||||
await this.meilisearchNoteIndex?.addDocuments([{
|
||||
id: note.id,
|
||||
createdAt: this.idService.parse(note.id).date.getTime(),
|
||||
|
||||
Reference in New Issue
Block a user