tercul-backend/internal/platform
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
..
auth feat: Implement critical features and fix build 2025-10-05 18:29:18 +00:00
cache test: Increase test coverage for internal/platform/cache 2025-10-08 21:28:56 +00:00
config feat: Implement full-text search service 2025-11-29 00:55:05 +00:00
db This commit introduces a series of significant improvements to bring the codebase closer to a production-ready state. 2025-10-08 17:25:02 +00:00
http Update GitHub Actions workflows to 2025 best practices (#29) 2025-11-27 07:08:08 +01:00
log feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
openlibrary Update GitHub Actions workflows to 2025 best practices (#29) 2025-11-27 07:08:08 +01:00
search feat: Implement full-text search service 2025-11-29 00:55:05 +00:00