Skip to content

Add playlist searching#82

Merged
watsonbox merged 1 commit intomasterfrom
feature/playlist-search
Nov 25, 2020
Merged

Add playlist searching#82
watsonbox merged 1 commit intomasterfrom
feature/playlist-search

Conversation

@watsonbox
Copy link
Copy Markdown
Owner

Implementation of solution for #19 allowing playlists to be searched. Based on refactoring in #81.

Screen Recording 2020-11-25 at 09 20 05 am

Use the search bar to match playlists with the search string in their name (case insensitive), and return up to 20 results.

I decided to take a search rather than column sorting approach since it seemed to better fit the use cases that have been coming up, and even if you sort on playlist name, it might still be necessary to page a long way to get to the playlist of interest.

I also didn't implement exporting of all the search results. This might be useful for some people but my goal isn't to provide every possible feature, but to make the most common use-cases easier, like using the tool to quickly export a single playlist.

The Export All facility can always be used along with custom post-processing for more advanced purposes.

@watsonbox watsonbox self-assigned this Nov 25, 2020
@watsonbox watsonbox changed the title Add playlist searching [#19] Add playlist searching Nov 25, 2020
@watsonbox watsonbox mentioned this pull request Nov 25, 2020
@watsonbox watsonbox merged commit 275d959 into master Nov 25, 2020
@watsonbox watsonbox deleted the feature/playlist-search branch July 15, 2022 16:41
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