- (NSArray *)section​Index​Titles​For​Table​View:(UITableView *)tableView

If you, like everyone one day does, want to include the little magnifying glass in the index titles of an UITableView, please know that the correct value to include in the array of values is not {search}. The correct value is UITableViewIndexSearch, as documented here.