Here is an example: I put in "Alfred Brendel Schubert Piano Sonata"; it will return all albums/tracks with all the searched words, no matter the searched word is in "album title", "track title", "url", or "contributor name" etc. And the speed is extremely fast. This looks like a full text search in sqlite, but I didn't find any virtual tables in library.db.
It's indeed a fulltext index. But you won't be able to use it the way it's used in LMS as the plugin is registering some custom functions to calculate the weight etc. used in the queries.
_______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
