Skip to content

feat(cli): add search sort flags#346

Merged
jongio merged 1 commit into
mainfrom
idea/search-sort-order
Jul 20, 2026
Merged

feat(cli): add search sort flags#346
jongio merged 1 commit into
mainfrom
idea/search-sort-order

Conversation

@jongio

@jongio jongio commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary:

  • Add --sort and --order flags to dispatch search.
  • Route the selected order into the existing session store sorter before limiting results.
  • Document the new flags and cover parsing plus loader behavior in tests.

Tests:

  • go build ./...
  • mage install

Closes #343

Closes #343

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio added the idea Feature idea from the idea pipeline label Jul 19, 2026
@jongio jongio self-assigned this Jul 19, 2026
@jongio
jongio merged commit a7e43e8 into main Jul 20, 2026
2 checks passed
@jongio
jongio deleted the idea/search-sort-order branch July 20, 2026 16:17
jongio added a commit that referenced this pull request Jul 20, 2026
PR #346 (search sort flags) widened the search list seam to func(FilterOptions, SortOptions, int); PR #338 (search CSV output) merged cleanly at the text level but its CSV test doubles still used the old 2-arg signature, breaking 'go test' compilation on main.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 26ac5ddc-5dbc-4062-8d73-6e952a4c6699
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

idea Feature idea from the idea pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add sort and order flags to dispatch search

1 participant