mherger wrote: > > Me thinks what would make for a good solution is to build a search > > comparison string from all the metadata fields an item has and use > that > > as a base for a fuzzy search. > > Make search eg. find a track with "whatnot" in the comment only? SQLite > > has support for full text search. It's something I wanted to investigate > > for a while. But from what I've seen so far I don't know yet how this > could be combined with fuzzy search though. I'll probably get back to > this later this summer... >
Yes, like that. And yes, doing this fuzzily will be somewhat difficult. If SQLite can't do it you'd probably need to build some kind of huge, fuzzy hash table.... --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at penguinlovesmusic.com *New: iPeng 7, the Universal App for iOS 7* ------------------------------------------------------------------------ pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777 View this thread: http://forums.slimdevices.com/showthread.php?t=101248 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
