Skip to content

Latest commit

 

History

History

README.md

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

Search is a natural feature to add to an app once your user has stored a whole bunch of data. We will tackle the problem from the perspective of modern persistence using SQLite as your data store by adding a simple search feature to our rewrite of Apple’s Reminders app.