feat(query): add result search and priority columns - #261
Draft
sunjiajie wants to merge 1 commit into
Draft
Conversation
sunjiajie
force-pushed
the
agent/query-result-search-columns
branch
from
August 13, 2026 15:21
024de55 to
c764802
Compare
Collaborator
|
Is there an interface that can be displayed? You can paste it into PR. 有界面可以展示吗? 你可以贴到 pr 中 |
Contributor
Author
|
Thanks. I added a sanitized UI preview to the PR description. It shows the ordered priority-column picker on the left and the in-result search controls on the right. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improve large query-result exploration by adding in-result search and an ordered priority-column picker.
The search is scoped to the active result tab, supports
Cmd/Ctrl+F, next/previous navigation, loaded-page awareness, and per-result state. The column picker lets users select columns in priority order so important fields remain at the front of wide result sets.UI Preview
The result toolbar adds an ordered priority-column picker on the left and in-result search controls on the right. Selected priority columns stay at the front of the table in the order chosen.
Related Issues
None.
Type of Change
Changes
Test Plan
Details:
Checklist