simonw/til

Porter stemming

simonw opened this issue · 2 comments

Search on this site would be more useful if it supported porter stemming - see simonw/sqlite-utils#130

Since I'll need to upgrade the existing database, I'm considering adding .enable_fts(..., replace=True) to sqlite-utils: simonw/sqlite-utils#160

I shipped sqlite-utils 2.19 with that improvement.