Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Issue 14176: Change sqlite fts2 tokenizer to recognize "foo*" as a prefix search, and not... (Closed)

Created:
12 years ago by Matt Perry
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Change sqlite fts2 tokenizer to recognize "foo*" as a prefix search, and not "foo *". Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7115

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M third_party/sqlite/fts2.c View 2 chunks +5 lines, -3 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Matt Perry
12 years ago (2008-12-17 00:21:14 UTC) #1
Evan Martin
LGTM http://codereview.chromium.org/14176/diff/1/2 File third_party/sqlite/fts2.c (right): http://codereview.chromium.org/14176/diff/1/2#newcode3571 Line 3571: iEndLast==iBegin){ tabbing off here? is iEndLast supposed ...
12 years ago (2008-12-17 00:28:11 UTC) #2
Matt Perry
12 years ago (2008-12-17 00:29:58 UTC) #3
http://codereview.chromium.org/14176/diff/1/2
File third_party/sqlite/fts2.c (right):

http://codereview.chromium.org/14176/diff/1/2#newcode3571
Line 3571: iEndLast==iBegin){
On 2008/12/17 00:28:11, Evan Martin wrote:
> tabbing off here?

fixed.. though there doesn't seem to be a consistent way to indent here.

> is iEndLast supposed to be one past the end of the previous token?  i'm a
little
> surprised if this works otherwise.

it seems that way.

Powered by Google App Engine
This is Rietveld 408576698