---
title: "Announcing: Episode Search"
url: https://daily.dev/posts/announcing-episode-search-ithxxbkx1
source_url: https://www.pointfree.co/blog/posts/222-announcing-episode-search
type: article
source: "Point-Free Pointers"
published: 2026-08-18T00:01:26.989Z
updated: 2026-08-18T00:01:44.470Z
tags: ["swift", "full-text-search"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Announcing: Episode Search

**[Point-Free Pointers](https://daily.dev/sources/pointfree)** · 2 min read · 0 upvotes · 0 comments

## Summary

Point-Free has launched full-text search across its entire catalog of 377 episodes, indexing both spoken dialogue and on-screen code. Search results deep-link to the exact moment a term appears. The search syntax supports quoted phrases, multi-term matching, OR operators, exclusion with a minus prefix, and case-sensitive prioritization. Search is free to use for everyone at pointfree.co/search.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.pointfree.co/blog/posts/222-announcing-episode-search>

## Questions this post answers

### How do I search Point-Free's video episodes for a specific code snippet or topic?

Point-Free offers full-text search at pointfree.co/search that indexes every word of every transcript across its 377 episodes, including both dialogue and on-screen code. Results link directly to the exact timestamp where the text appears. The search supports quoted phrases for exact matches, multiple terms to find videos covering several concepts, OR to match either term, a minus prefix to exclude a term, and uppercase letters to prioritize case-sensitive matches.

_Developers hunting for a remembered code example can browse related tutorial roundups on daily.dev._

## Similar posts on daily.dev

- [Introducing: The Point-Free Way](https://daily.dev/posts/introducing-the-point-free-way-hdjokij8f) · Point-Free Pointers · 0 upvotes · 0 comments
- [Point-Free turns 8\!](https://daily.dev/posts/point-free-turns-8--kvtoep9vv) · Point-Free Pointers · 0 upvotes · 0 comments
- [CYBER WEEK: Save 30% on Point-Free](https://daily.dev/posts/cyber-week-save-30-on-point-free-idzqkap1b) · Point-Free Pointers · 0 upvotes · 0 comments

---

Tags: [#swift](https://daily.dev/tags/swift), [#full-text-search](https://daily.dev/tags/full-text-search)

[View this post on daily.dev](https://daily.dev/posts/announcing-episode-search-ithxxbkx1)
