Tim Starling schreef:
Roan Kattouw wrote:
Just some basic comments, I'm sure Brion has more.
You should probably send them to CodeReview these days.
Yeah, I know, but since I wanted to reply to code and the reply was quite sizable, I thought I'd do it the old-fashioned way.
SQLite doesn't have a built-in full-text search engine either, and PostgreSQL only has one starting in 8.3. The schema I'll use for SQLite is pretty much the same. It keeps the scripts happy. They'll use SearchEngineDummy by default and so the table won't be populated. Lucene can be used instead.
Ah, so it's a dummy table. That explains.
Roan Kattouw (Catrope)