Skip to content

Add search command and extended card list filters#41

Merged
robzolkos merged 1 commit intomasterfrom
add-search-command
Jan 21, 2026
Merged

Add search command and extended card list filters#41
robzolkos merged 1 commit intomasterfrom
add-search-command

Conversation

@robzolkos
Copy link
Collaborator

Summary

  • Add fizzy search command for quick text searches with basic filters
  • Add new flags to fizzy card list for full API coverage

fizzy search (new command)

fizzy search "bug"
fizzy search "login error"              # Multiple terms (AND)
fizzy search "bug" --board BOARD_ID
fizzy search "bug" --indexed-by closed  # Include closed cards
fizzy search "bug" --sort newest

fizzy card list (new flags)

Flag API Parameter Description
--search terms[] Search by text
--sort sorted_by newest, oldest, latest
--creator creator_ids[] Filter by creator
--closer closer_ids[] Filter by who closed
--unassigned assignment_status Only unassigned cards
--created creation today, yesterday, thisweek, etc.
--closed closure today, yesterday, thisweek, etc.

Test plan

  • Unit tests for fizzy search (6 tests)
  • Unit tests for new card list flags (7 tests)
  • Manual testing against live API
  • All 134 tests pass

- Add `fizzy search` command for quick text searches
- Add new flags to `fizzy card list` for full API coverage:
  --search, --sort, --creator, --closer, --unassigned, --created, --closed
- Add tests for all new functionality
@robzolkos robzolkos merged commit d9b09c0 into master Jan 21, 2026
1 check passed
@robzolkos robzolkos deleted the add-search-command branch January 21, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant