javaBin / javazone-ios-app

MIT License
2 stars 0 forks source link

Search #4

Closed chrissearle closed 4 years ago

chrissearle commented 4 years ago

Search bar on list view needs implementing

chrissearle commented 4 years ago

Basic search (title and author name) works - but runs a lot of filtering while the user is typing.

We should look to see if we can wait until typing has stopped for a period

We may also want to look into getting the search done with core data predicates - that will require a restructure of how the shared list view is used by both Sessions and Favourites list views.