tercul-backend/internal/testutil
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
..
integration_test_utils.go feat: Implement full-text search service 2025-11-29 00:55:05 +00:00
mock_base_repository.go Fix build issues and refactor for maintainability 2025-09-05 21:37:42 +00:00
mock_jwt_manager.go refactor: Refactor GraphQL tests to use mock-based unit tests 2025-10-03 09:21:41 +00:00
mock_like_service.go refactor: Refactor GraphQL tests to use mock-based unit tests 2025-10-03 09:21:41 +00:00
mock_translation_repository.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
mock_user_repository.go feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
mock_weaviate_wrapper.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
mock_work_repository.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
simple_test_utils.go feat: Implement production-ready API patterns 2025-10-04 18:16:08 +00:00
test_entity.go Refactor repository tests to be more DRY and maintainable. 2025-09-06 13:01:04 +00:00
testutil.go Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00