segler-alex / radiobrowser

website frontend with angular for radio-browser api
GNU Affero General Public License v3.0
117 stars 30 forks source link

default search field should search in all station attributes #7

Open xylo opened 8 years ago

xylo commented 8 years ago

If I search for "soundtrack" I get only stations including the word in the name but not stations that are tagged with "soundtrack". It would be nice if the default search would search in the name as well as in all attributes.

kousu commented 5 years ago

Yes yes yes yes yes.

I just came here to add this exact bug. If you search for London you get some but not all stations in London, England, and UK is a totally different set because the search is only looking in the name field.

This oversight in the UI is probably fueling some of the tagging confusion: https://github.com/segler-alex/radiobrowser-api/issues/56

kyjus25 commented 5 years ago

Good idea, I'll add this feature to my redesign UI. It would be better if the backend did it, but I could totally make separate calls to each of the endpoints, shove them all into an array, and sort by popularity.