Comment 0 for bug 1803865

Revision history for this message
Uwe Klotz (uklotzde-deactivatedaccount) wrote : Keep search phrase in Crates and Playlists feature/view

Mixxx allows to enter a search phrase to filter the tracks in the selected crate or playlist. When selecting another crate or playlist the search phrase is cleared and all tracks in the selected crate or playlist are shown. It is not possible to enter a search phrase only once and click through different crates or playlists reusing the search phrase.

TODO:
- Preserve the search phrase while switching between different crates and plalists, i.e. use one shared search state for the Crates and Playlists feature respectively
- Apply the current search phrase of the corresponding feature (Crates or Playlists) on every newly selected crate or playlist until the search is cleared manually

This idea emerged while reviewing a bugfix PR:
https://github.com/mixxxdj/mixxx/pull/1903