Skip to content

Implemented a song search API endpoint for RustTune. - #50

Open
imposterbharathkumarburugu15-cpu wants to merge 2 commits into
KDeekshita:mainfrom
imposterbharathkumarburugu15-cpu:only-search-api
Open

Implemented a song search API endpoint for RustTune.#50
imposterbharathkumarburugu15-cpu wants to merge 2 commits into
KDeekshita:mainfrom
imposterbharathkumarburugu15-cpu:only-search-api

Conversation

@imposterbharathkumarburugu15-cpu

Copy link
Copy Markdown

Features Added
Added /api/search?q= GET endpoint
Search songs by:
title
artist
album
Implemented case-insensitive search
Returns matching songs in JSON format
Returns empty array if no songs match
Example
[
{
"id": 1,
"title": "Blinding Lights",
"artist": "The Weeknd",
"album": "After Hours"
}
]

Closes #13

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.

Implement song search functionality in backend

1 participant