Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a minor typo in fts3.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a92e1357cb8618f4b93a831bff4508c3 |
User & Date: | dan 2009-12-05 19:07:40.000 |
Context
2009-12-07
| ||
15:02 | Change the 3.6.21 release date to 2009-12-07. (check-in: 81494ab7d5 user: drh tags: trunk) | |
2009-12-05
| ||
19:07 | Fix a minor typo in fts3.html. (check-in: a92e1357cb user: dan tags: trunk) | |
2009-12-04
| ||
07:50 | Clarify that the values stored in the rowid of an FTS3 table do not change when the database is VACUUMed. (check-in: 39d5f660c5 user: dan tags: trunk) | |
Changes
Changes to pages/fts3.in.
︙ | ︙ | |||
523 524 525 526 527 528 529 | <i>-- or "link apprentice".</i> SELECT * FROM docs WHERE docs MATCH '"lin* app*"'; }] <ul> <li><p><b>NEAR queries</b>. A NEAR query is a query that returns documents that contain a two or | | | 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 | <i>-- or "link apprentice".</i> SELECT * FROM docs WHERE docs MATCH '"lin* app*"'; }] <ul> <li><p><b>NEAR queries</b>. A NEAR query is a query that returns documents that contain a two or more nominated terms or phrases within a specified proximity of each other (by default with 10 or less intervening terms). A NEAR query is specified by putting the keyword "NEAR" between two phrase, term or term prefix queries. To specify a proximity other than the default, an operator of the form "NEAR/<i><N></i>" may be used, where <i><N></i> is the maximum number of intervening terms allowed. For example: </ul> |
︙ | ︙ |