2011/7/15 Dan Kennedy <[email protected]>: > I think you could just have the tokenizer return "dbms" whenever > it sees "sqlite" in the input.
But queries to original text will not work: select text from fts where fts match 'sqlite educate'; You can see synonyms dictionary in PostgreSQL full-text search as example. It's very common task for many applications. -- Best regards, Alexey Pechnikov. http://pechnikov.tel/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

