[TIMOB-2886] Search remote with searchBar in tableView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:32:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ipass1, local, remote, search, searchbar, searching, tableview |
Reporter | Sindre Sorhus |
Assignee | Blain Hamon |
Created | 2011-04-15T03:32:04.000+0000 |
Updated | 2017-03-24T18:19:53.000+0000 |
Description
It would be nice to be able to use the searchBar attached to the tableView to get remote results.
Like an option to skip searching the local tableView. Then you can bind the "event" yourself and fill the tableView with the results.
Can already be done by creating independent search bar and populating a table with results from it. Tableview searchbars are tied to tableview data.
Yes, I know, but it still would be useful if we could attach a searchBar to a tableView and still get results from a source and then fill the tableView. By having the searchBar attached to the tableView it can be hidden by default, and visible when the tableView is scrolled down. You can see this behavior in Mail, Notes and Calendar.
my guess is that in Mail, Notes and Calendar they do like Stephen said, because those native components are just connected to tableviews data.
Not really true, since Mail also searches remotely.
Can this be considered for reopening? See my previous comments.