Similarly Tagged Stories Links Screen shot

Similarly Tagged Stories Links


Today, I added ‘Similarly Tagged Stories’ links at the end of each story for premier members.

The feature uses MySQL’s FULLTEXT indexing on the story tags field in the database. It compares the current stories tags with all the stories on the site and it returns the ten highest rated stories by the MySQL engine. Hopefully, the MySQL engine does a good job of matching stories.

In the future, I may refine this feature by eliminating stories that the reader has visited already in the same session. We’ll see.

If you notice bugs, please let me know. I didn’t test it much.

Also, if you find it useful, let me know too.