I want to search my tableview with a UISearchBar. My tableview is populated from a sqlite database and has over 1800 rows. I have seen a lot of examples that show how it works from a plist or character array, but not a SQLite datasource. If there is an existing example on the web, I can't find it.
An example of how to do this would help me get over this latest hump.
thx, wes