Thanks for pointing these problems out. I missed your post first time
around and it was just pointed out to me.

The missing comma is just a typo. Will fix. The empty codeblocks should be
fixed next time the website is published. In the meantime, this copy is
more complete:

  https://sqlite.org/draft/fts5.html

Dan.


On Wed, Jul 1, 2015 at 6:18 AM, Andy Goth <andrew.m.g...@gmail.com> wrote:

> On 6/30/2015 6:14 PM, Andy Goth wrote:
> > http://www.sqlite.org/fts5.html
> >
> > SELECT highlight(fts, 0, '<b>' '</b>') FROM fts WHERE fts MATCH ?
> >
> > Should there be a comma between '<b>' and '</b>'?
>
> Maybe it's just a work in progress, but I still should point out there
> are also several empty code blocks in the document, following these
> sentences:
>
> - The latter is intended to facilitate the implementation of "tokenizer
> wrappers" similar to the built-in porter tokenizer.
>
> - The type of each function is as for the member variables of the
> fts5_tokenizer struct:
>
> - The implementation should be a C function of type
> fts5_extension_function, defined as follows:
>
> - 6.2.1. Custom Auxiliary Functions API Reference
>
> --
> Andy Goth | <andrew.m.goth/at/gmail/dot/com>
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to