On 14 Jun 2012, at 7:32pm, Philip Bennefall <[email protected]> wrote:
> The problem is that it only returns a match if every single word is present. > I would like it to return matches if, say, mor than 2 or 3 of the specified > keywords are found. As far as I can figure, you need to write that function yourself. Either as a SQLite function to build into SQLite, or in whatever programming language you want to use. Sorry. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

