Dave Baggett wrote: > What if I want docids of documents containing the exact literal token "any*"?
You would have to use one of the Unicode tokenizers, and configure it to interpret * as a token character. > how do I escape the asterisk so that it's not interpreted as a wildcard? There are no escapes. When * is a token character, you lose the ability to do prefix searches. Regards, Clemens _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users