Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 524 Bytes

File metadata and controls

6 lines (5 loc) · 524 Bytes

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

Highlights & Snippets](https://www.pointfree.co/episodes/ep338-modern-search-highlights-snippets#references)

SQLite’s full-text search capabilities come with many bells and whistles, including support for highlighting search term matches in your UI, as well as generating snippets for where matches appear in a larger corpus. We will take these APIs for a spin and enhance our Reminders search UI.