SQLite to PostgreSQL

Tags: tag , weighted , taggit , PostgreSQL , search Posted by davidjnevin on Feb. 6, 2023, 8:10 p.m.

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 blog post title and body.

In order to optimise the search and provide more efficient results, this site uses SearchVertor in conjunction with SearchRank and weight values. It provides a fast and relevant search result.

The search results are further enhanced by the exclusion of common stop words.

Similar posts:

Features:

0 comments

There are no comments yet.

Add a new comment