These 35 lines of code power full-text search in our Reminders app rewrite, and they pack a punch!
🏷️Searches can be tokenized on tag
📍…and search term proximity
🏅Results are returned in ranked order,
🖍️…and matches are highlighted!
Learn how we built it all from scratch in our series on “Modern Search” in Swift: https://www.pointfree.co/collections/modern-persistence/full-text-search
