Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a couple of snippet related examples in fts3.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d8f53c98a92cc830ee17ddfe279505be |
User & Date: | dan 2010-01-09 07:34:10.000 |
Context
2010-01-09
| ||
08:29 | Improve handling of quote characters in search script. (check-in: 22781f7cbe user: dan tags: trunk) | |
07:34 | Fix a couple of snippet related examples in fts3.html. (check-in: d8f53c98a9 user: dan tags: trunk) | |
2010-01-08
| ||
18:17 | Corrections to substr() documentation text. Updates to the makefile. (check-in: bdfb8d83ff user: drh tags: trunk) | |
Changes
Changes to pages/fts3.in.
︙ | ︙ | |||
907 908 909 910 911 912 913 | and cool elsewhere, minimum temperature 17-20oC. Cold to very cold on mountaintops, minimum temperature 6-12oC. Northeasterly winds 15-30 km/hr. After that, temperature increases. Northeasterly winds 15-30 km/hr. '); <i>-- The following query returns the text value:</i> <i>--</i> | | | | | | 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 | and cool elsewhere, minimum temperature 17-20oC. Cold to very cold on mountaintops, minimum temperature 6-12oC. Northeasterly winds 15-30 km/hr. After that, temperature increases. Northeasterly winds 15-30 km/hr. '); <i>-- The following query returns the text value:</i> <i>--</i> <i>-- "<b>...</b>cool elsewhere, minimum temperature 17-20oC. <b>Cold</b> to very <i>-- <b>cold</b> on mountaintops, minimum temperature 6<b>...</b>".</i> <i>--</i> SELECT snippet(text) FROM text WHERE text MATCH 'cold'; <i>-- The following query returns the text value:</i> <i>--</i> <i>-- "...the upper portion, [minimum] [temperature] 14-16oC and cool elsewhere,</i> <i>-- [minimum] [temperature] 17-20oC. Cold..."</i> <i>--</i> SELECT snippet(text, '[ ']', '...') FROM text WHERE text MATCH '"min* tem*"' }] [h1 "Tokenizers" tokenizer {tokenizer}] <p> |
︙ | ︙ |