tercul-backend/internal
google-labs-jules[bot] 0237e44b1f feat: Implement full-text search service
This commit implements the full-text search service using Weaviate. It replaces the stub implementation with a fully functional search service that supports hybrid and BM25 search modes.

The new implementation includes:
- Support for hybrid and BM25 search modes.
- Transformation of Weaviate search results into domain entities.
- Unit tests using a mock Weaviate wrapper to ensure the implementation is correct and to avoid environmental issues in the test pipeline.
2025-11-29 00:55:05 +00:00
..
adapters feat: Implement full-text search service 2025-11-29 00:55:05 +00:00
app feat: Implement full-text search service 2025-11-29 00:55:05 +00:00
data feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
domain feat: Implement full-text search service 2025-11-29 00:55:05 +00:00
enrichment feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
jobs feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
observability feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
platform feat: Implement full-text search service 2025-11-29 00:55:05 +00:00
testutil feat: Implement full-text search service 2025-11-29 00:55:05 +00:00