]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable prefix-search in query-parsing and snippet generation. If the
authorshess <shess@noemail.net>
Tue, 1 May 2007 18:25:52 +0000 (18:25 +0000)
committershess <shess@noemail.net>
Tue, 1 May 2007 18:25:52 +0000 (18:25 +0000)
commit290283fe696e1a21e38e31d4d28e19ee5ebf02a4
treec367c5bcdbf3c084d07b9c4fcf63358a88b90824
parentb4e9af9ff98432cc5beb4419621860d3c9b0df41
Enable prefix-search in query-parsing and snippet generation.  If the
character immediately after the end of a term is '*', that term is
marked for prefix matching.  Modify term comparison in
snippetOffsetsOfColumn() to respect isPrefix.  fts2n.test runs prefix
searching through some obvious test cases. (CVS 3893)

FossilOrigin-Name: 7c4c65924035d9f260f6b64eb92c5c6cf6c04b7b
ext/fts2/fts2.c
manifest
manifest.uuid
test/fts2n.test [new file with mode: 0644]