RockteMQ-AI commented on issue #3307: URL: https://github.com/apache/rocketmq-dashboard/issues/3307#issuecomment-5550770394
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported trim mismatch between `loadTopicPage` (server query) and `visibleTopics` (client-side filter) is verified. When the search input has leading/trailing whitespace, the server returns matching topics but the client filter rejects them all, producing an empty table. **Root Cause:** `searchText.trim()` used for server query but raw `searchText` passed to `visibleTopics` filter. **Impact:** Primary search interaction broken for pasted input with whitespace. **Severity:** Medium PR #3301 includes the fix and regression test — aligned with the expected acceptance criteria. --- *Automated evaluation by github-manager* -- 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]
