Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix problem in fts3.html - snippet() takes between 1 and 6 arguments, not between 1 and 4. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1bbbb8afd0ee872f2d6e7385892913d9 |
User & Date: | dan 2010-06-08 14:21:02.000 |
Context
2010-06-15
| ||
12:07 | Updates to WAL documentation. (check-in: 9f38773d3b user: drh tags: trunk) | |
2010-06-08
| ||
14:21 | Fix problem in fts3.html - snippet() takes between 1 and 6 arguments, not between 1 and 4. (check-in: 1bbbb8afd0 user: dan tags: trunk) | |
2010-06-01
| ||
20:50 | Updates to the WAL page. (check-in: 766ec51bfe user: drh tags: trunk) | |
Changes
Changes to pages/fts3.in.
︙ | ︙ | |||
882 883 884 885 886 887 888 | </codeblock> <h2>The Snippet Function</h2> <p> The snippet function is used to create formatted fragments of document text for display as part of a full-text query results report. The snippet function | | | 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 | </codeblock> <h2>The Snippet Function</h2> <p> The snippet function is used to create formatted fragments of document text for display as part of a full-text query results report. The snippet function may be passed between one and six arguments, as follows: <table striped=1> <tr><th>Argument <th>Default Value <th>Description <tr><td>0 <td>N/A <td> The first argument to the snippet function must always be the special hidden column of the FTS3 table that takes the same name as the table itself. |
︙ | ︙ |