SRCH-05: Full-text search across bodies, headers, errors #11

Closed
opened 2026-03-11 11:13:26 +01:00 by claude · 1 comment
Owner

User can full-text search across message bodies, headers, error messages, and stack traces within transactions and processor executions.

Category: Transaction Search
REQ-ID: SRCH-05

User can full-text search across message bodies, headers, error messages, and stack traces within transactions and processor executions. **Category:** Transaction Search **REQ-ID:** SRCH-05
Author
Owner

Implemented in Phase 2. POST search with text, textInBody, textInHeaders, textInErrors fields. ClickHouse tokenbf_v1 skip indexes on concatenated text columns for performant full-text search. Key files: SearchController.java, ClickHouseSearchRepository.java, 01-schema.sql.

Implemented in Phase 2. POST search with `text`, `textInBody`, `textInHeaders`, `textInErrors` fields. ClickHouse `tokenbf_v1` skip indexes on concatenated text columns for performant full-text search. Key files: `SearchController.java`, `ClickHouseSearchRepository.java`, `01-schema.sql`.
Sign in to join this conversation.