Posts tagged “full-text search”
Design a Database Schema for YouTube Transcript Data
Model YouTube transcript JSON in PostgreSQL: pick JSONB or normalized rows, index for full-text and timestamp range queries, and handle transcript updates.
Zied · 8/11/2026 · 8 min read
Build a Full-Text Search Engine Over YouTube Transcripts
Learn to ingest YouTube transcript JSON with timestamps, index it in Meilisearch, return deep links to exact moments, and keep the index fresh automatically.
Zied · 8/5/2026 · 9 min read