javaBin/javazone-ios-app

Search

Closed this issue · 1 comments

Search bar on list view needs implementing

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.