yao/agent/search/types
Max 36939cd53a Enhance Search Execution Results with DSL Handling
- Added a `Results` field to the `SearchExecutionResult` struct to store raw search results, facilitating the extraction of DSL from database searches.
- Implemented logic in the `saveSearch` method to extract and store the first DSL from DB search results, improving data retention for search operations.
- Introduced a `dslToMap` method in the DB handler to convert QueryDSL to a map format for storage, enhancing the flexibility of result handling.
- Updated the `Result` struct to include a `DSL` field for generated QueryDSL, ensuring comprehensive data representation for database search results.
2025-12-19 09:38:55 +08:00
..
config.go Add Search API configuration and enhance documentation 2025-12-13 12:37:07 +08:00
graph.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
reference.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
types.go Enhance Search Execution Results with DSL Handling 2025-12-19 09:38:55 +08:00