skip tests for unimplemented search features

This commit is contained in:
phernandez
2025-01-13 13:20:18 -06:00
parent 4b1918ff05
commit 85efcf8495
3 changed files with 12 additions and 7 deletions
+5 -1
View File
@@ -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)