You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the attached video, while clicking column headers on a top-level field still has the expected effect of appending sort or sort -r on the active query, if I attempt the same on a nested field like id.orig_h it seems like nothing happens. Also, if I right-click and select one of the sort options, the appended field name lacks the leading id and hence the data does not get sorted. These might be two different bugs but I'm starting them both in the same issue in the event they share a root cause or can otherwise be attacked together.
Repro.mp4
The text was updated successfully, but these errors were encountered:
This one is on track to be addressed by the changes in #2626.
The attached video shows how things are looking now at commit 4014451 of the branch from #2626. Now after invoking the new Expand Headers option, clicking the sort options in the header appends the correct Zed in the editor and the contents are sorted ascending/descending as expected.
BranchCheck.mp4
Other ways to invoke sort may be added as the PR progresses so I'll do a final verification when the changes merge, but looks 👍 right now.
The attached video shows the multiple ways of now invoking sort by clicking directly on the value of a nested field in its expanded/collapsed state as well as by clicking in the column header. In all cases the syntactically correct Zed was appended and the sort was successful.
Repro is with Brim commit 124d658.
As shown in the attached video, while clicking column headers on a top-level field still has the expected effect of appending
sort
orsort -r
on the active query, if I attempt the same on a nested field likeid.orig_h
it seems like nothing happens. Also, if I right-click and select one of the sort options, the appended field name lacks the leadingid
and hence the data does not get sorted. These might be two different bugs but I'm starting them both in the same issue in the event they share a root cause or can otherwise be attacked together.Repro.mp4
The text was updated successfully, but these errors were encountered: