Differences From Artifact [f3fe47f8a9]:
- File src/search.c — part of check-in [63c2c73246] at 2015-02-02 04:05:53 on branch trunk — Change the permuted index from wiki to embedded HTML and add a search form. (user: drh size: 28885)
To Artifact [b64aaa8ae8]:
- File src/search.c — part of check-in [f9fce79402] at 2015-02-02 05:33:40 on branch trunk — Disable spider defenses on search result links. (user: drh size: 28885)
| ︙ | |||
665 666 667 668 669 670 671 | 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 | - + |
const char *zUrl = db_column_text(&q, 0);
const char *zSnippet = db_column_text(&q, 1);
const char *zLabel = db_column_text(&q, 2);
if( nRow==0 ){
@ <ol>
}
nRow++;
|
| ︙ |