yyqdbngt opened a new issue, #2194: URL: https://github.com/apache/rocketmq-dashboard/issues/2194
## Problem The query-history endpoints pass optional text filters to the persistence service without normalizing them. A copied instance ID such as ` instance-a ` therefore becomes an exact `cluster_id` predicate with the surrounding whitespace and returns an empty page. The summary endpoint has the same behavior, and message `queryType` / free-text search filters are affected as well. Other Studio filtering endpoints normalize optional request parameters at the API boundary, so query history behaves inconsistently and silently hides matching records. ## Expected behavior Trim optional query-history filters before invoking the service, and treat whitespace-only values as absent. This should apply consistently to message history, trace history, and summary queries. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
