Skip to content
  • lertsenem's avatar
    72541234
    Add basic filtering on search results · 72541234
    lertsenem authored
    Any mpd query was treated the same, whether it was an album, artist,
    track, etc. query. With this commit, a basic filtering occurs, meaning
    that 'album' queries will only return albums, 'track' queries will only
    return tracks, 'artist' queries will only return artists, and 'any'
    queries will return all of the above.
    
    Limitation: any other query now won't return anything. This seems
    logical, since Funkwhale search only distinguishes between artists, albums and
    tracks.
    72541234
    Add basic filtering on search results
    lertsenem authored
    Any mpd query was treated the same, whether it was an album, artist,
    track, etc. query. With this commit, a basic filtering occurs, meaning
    that 'album' queries will only return albums, 'track' queries will only
    return tracks, 'artist' queries will only return artists, and 'any'
    queries will return all of the above.
    
    Limitation: any other query now won't return anything. This seems
    logical, since Funkwhale search only distinguishes between artists, albums and
    tracks.
Loading