The Query macro simplifies the process of filtering and sorting data within SwiftData, operating directly at the database level. In the earlier stages of the project, we implemented search functionality for the book list view, but it relied on in-memory searching. While this approach is efficient fo...