radiobrowser-api-rust icon indicating copy to clipboard operation
radiobrowser-api-rust copied to clipboard

Stations /bynamefuzzy

Open Suplanus opened this issue 5 years ago • 2 comments

Would be great to have fuzzy search built in.

Example:
The station ROCK ANTENNE Heavy Metal would be found if the user searches with the search term Rock Antenne Metal.

In the current implementation /byname not find the station.

Suplanus avatar Aug 14 '20 07:08 Suplanus

i like this idea, but i do not have a solution yet. i will do some research how to do this correctly inside the database.

segler-alex avatar Apr 22 '21 16:04 segler-alex

If you’re using SQL you could try using a SOUNDEX for pattern matching.

NerfBro avatar Apr 18 '22 04:04 NerfBro