mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix fuzzy search on note create
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user