simonw / til

Today I Learned
https://til.simonwillison.net
Apache License 2.0
1.02k stars 81 forks source link

Porter stemming #28

Closed simonw closed 3 years ago

simonw commented 3 years ago

Search on this site would be more useful if it supported porter stemming - see https://github.com/simonw/sqlite-utils/issues/130

simonw commented 3 years ago

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

simonw commented 3 years ago

I shipped sqlite-utils 2.19 with that improvement.