Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 467 Bytes

File metadata and controls

6 lines (5 loc) · 467 Bytes

This directory contains code from Point-Free Episode: [Modern Search:

Syntax & Tokenization](https://www.pointfree.co/episodes/ep339-modern-search-syntax-tokenization)

We round out modern search by diving into FTS5’s query syntax language. We’ll learn how it works, how to escape terms sent directly by the user, and we’ll introduce SwiftUI search tokens that can refine a query by term proximity and tags.