maxrave-dev / maxrave-dev/SimpMusic

Match the artist's name when searching for songs in a playlist

Open
#1,950 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
11.4k
Forks
599
Avg merge
3d 18h
Merged PRs (30d)
7

Description

Problem Description

Currently, if I search one of my playlists (e.g., “Favorites”) using the artist's name (e.g., “Justin Bieber”), the search results only show songs that contain ‘Justin’ or “Bieber” in their titles, and do not include songs that match the artist's name exactly.
This completely skews the results and doesn't give me what I'm looking for.

Proposed Solution

Match BOTH the song title AND the artist name when searching songs in a playlist.

Alternative Solutions

Display a filter that allows you to match either one or both (title & artist).

Additional Context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named, so start by locating the playlist-search entry point in the Kotlin/Android app and tracing how song titles and artist names are matched. Verify that searching for an artist such as “Justin Bieber” includes songs by that artist as well as title matches, then run the relevant search tests or add coverage if the project provides no existing test.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile, search
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.