- 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. |
||
|---|---|---|
| .. | ||
| config.go | ||
| graph.go | ||
| reference.go | ||
| types.go | ||