On Fri, Dec 9, 2011 at 6:48 AM, Ephraim Stevens
<ephraim.stev...@gmail.com>wrote:

> Greetings All,
>
> From section seven of the FTS3/FTS4 documentation:
>
> A term is a contiguous sequence of eligible characters, where eligible
> characters are all alphanumeric characters, the "_" character, and all
> characters with UTF codepoints greater than or equal to 128. All other
> characters are discarded when splitting a document into terms. Their only
> contribution is to separate adjacent terms.
>
>
> Is there a way to modify/control this behavior?  I would like the equal
> sign ('=') to be treated with the same designation as an alpha numeric
> character. Currently, the equal sign acts as a separator.
>
> Thanks in advance for any suggestions/help you provide.
>

Create your own tokenizer.  http://www.sqlite.org/fts3.html#section_7_1


> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to