Django4 Blog

Posts tagged with "weighted"

Features:

Weighted full text searches

Stop word removal from searches

PostgreSQL database

RSS feed

Markdown support through template filter

Custom template tags

Post retrieval by tag similarity

Tagging functionality

Comment system …

read more...

SQLite to PostgreSQL

The initial blog was build on SQLite but migrated to PostgreSQL to take advantage of the full-text features.

The text search is against multiple fields, initially but inefficiently on the …

read more...