fix fuzzy search on note create

This commit is contained in:
phernandez
2025-01-31 16:38:06 -06:00
parent dec1cc0827
commit f0fd1ee942
10 changed files with 104 additions and 68 deletions
+2 -2
View File
@@ -133,8 +133,8 @@ class SyncService:
"to_name": target_entity.title # Update to actual title
})
# update search index
await self.search_service.index_entity(target_entity)
# update search index
await self.search_service.index_entity(target_entity)
return changes