skbly7 / fb-group-links

This repository contains code for converted a Facebook music sharing group into playlists, and lots more.
http://okrdx.com/files/music/
MIT License
8 stars 4 forks source link

0 result search breaks the embeded youtube #4

Open amoghbl1 opened 9 years ago

amoghbl1 commented 9 years ago

If you search for something that has no results, the page generated contains an embedded youtube video of an invalid link. Test: http://okrdx.com/files/music/check.php?url=thisisempty

skbly7 commented 9 years ago

Current fix

screenshot from 2015-10-20 05 17 48

Should we go with this view only, or you would like to purpose any other algorithm ?

mrinaldhar commented 9 years ago

How about we index all the song titles that we have, and then apply some sort of spell checker that comes up with "Did you mean XYZ?"

Minimum edit distance? :D

skbly7 commented 9 years ago

+1 the repo was having that search earlier, but after recent commits it got removed. That would be awesome improvement...