Hacker News new | ask | show | jobs
Show HN: Full-text search of over 2 million comments on Guardian Books (gb.tachy.org)
4 points by pizzicato 772 days ago
Hi everyone. This is a hobby project I made with Nextjs.

I often browse user comments on book-related pages on the Guardian website to see discussion about books I've read or to find new books to read. There isn't a great way to search through those comments so I put them into a Meilisearch instance. The comment threads are stored in Postgres using the adjacency list model and can take a while to load (maybe someday I'll reimplement it in a closure table).

1 comments

it should be written as "The Guardian", not "the Guardian"