mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
skip tests for unimplemented search features
This commit is contained in:
@@ -146,4 +146,8 @@ class SearchService:
|
||||
file_path=file_path,
|
||||
type=type,
|
||||
metadata=metadata,
|
||||
)
|
||||
)
|
||||
|
||||
async def delete_by_permalink(self, path_id: str):
|
||||
"""Delete an item from the search index."""
|
||||
await self.repository.delete_by_permalink(path_id)
|
||||
|
||||
Reference in New Issue
Block a user