Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the FTS3 documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f0a07e571f9162c97c766336d726d773 |
User & Date: | drh 2010-02-01 16:18:48.000 |
Context
2010-02-01
| ||
16:19 | Updates to the matrix generator and to the custombuild.html document. (check-in: 801e11b806 user: drh tags: trunk) | |
16:18 | Fix a typo in the FTS3 documentation. (check-in: f0a07e571f user: drh tags: trunk) | |
2010-01-21
| ||
09:12 | Modify the search script so that it does not index the header at the top of each page or generated TOCs. (check-in: 9a1f417e0b user: dan tags: trunk) | |
Changes
Changes to pages/fts3.in.
︙ | ︙ | |||
892 893 894 895 896 897 898 | <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. <tr><td>1 <td>"<b>" <td> The "start match" text. | | | 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 | <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. <tr><td>1 <td>"<b>" <td> The "start match" text. <tr><td>2 <td>"</b>" <td> The "end match" text. <tr><td>3 <td>"<b>...</b>" <td> The "ellipses" text. <tr><td>4 <td>-1 <td> The FTS3 table column number to extract the returned fragments of text from. Columns are numbered from left to right starting with zero. A negative value indicates that the text may be extracted |
︙ | ︙ |