Provide search functionality through the TUI #24

Closed
opened 2023-04-10 22:21:55 +02:00 by wojtek · 4 comments
Owner

The search functionality should replace the query with regexp query where:

  • similar ascii/utf-8 characters are grouped together
  • whitespace and separator characters are grouped together
The search functionality should replace the query with regexp query where: - similar ascii/utf-8 characters are grouped together - whitespace and separator characters are grouped together
wojtek added the
enhancement
label 2023-04-10 22:22:16 +02:00
wojtek added this to the v0.2.0 milestone 2024-01-13 10:56:49 +01:00
Author
Owner

The original intention is too complicated. Instead:

  • Trigger search with a key
  • Take as input a single character
  • Move artist selection to first artist beginning with that letter
The original intention is too complicated. Instead: - Trigger search with a key - Take as input a single character - Move artist selection to first artist beginning with that letter
Author
Owner

Make sure to use the sort key for this

Make sure to use the sort key for this
Author
Owner

Use this issue to add a "minibuffer" at the bottom which in search mode shows the current string search. In other modes it shows the relevant key bindings.

Use this issue to add a "minibuffer" at the bottom which in search mode shows the current string search. In other modes it shows the relevant key bindings.
Author
Owner

Also, this should only work for artists. Albums are sorted by year and tracks by track number. Whilst possible to have search work for that, it's somewhat pointless.

Also, this should only work for artists. Albums are sorted by year and tracks by track number. Whilst possible to have search work for that, it's somewhat pointless.
wojtek added a new dependency 2024-02-10 23:24:44 +01:00
wojtek added reference 24---provide-search-functionality-through-the-tui 2024-02-11 08:35:16 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
#125 Add a minibuffer
wojtek/musichoard
Reference: wojtek/musichoard#24
No description provided.