simonw / til

Today I Learned

Home Page:https://til.simonwillison.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Porter stemming

simonw opened this issue · 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.