SRCH-02: Search transactions by date/time range #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User can search transactions by date/time range (startTime, endTime) via REST API.
Category: Transaction Search
REQ-ID: SRCH-02
Implemented in Phase 2. Search supports
timeFromandtimeToquery parameters for date/time range filtering. Uses DateTime64 columns in ClickHouse for sub-second precision. Key files:SearchController.java,ClickHouseSearchRepository.java.