Looking at the kitchen sink app Table View (Layout 2). I would like to be able to search all the text from the various labels in the row and not just the title text.
Currently, in the search field, if I type "Got" the search returns no rows, but if I type "Fred" then it returns all rows.
How can I make the other labels searchable? Thanks!!!


1 Answer
Hi there,
I believe the property you'd use is: filterAttribute.
In order to search across multiple fields you could try concatenating the relevant field values into a single field and set that to your filterAttribute.
Give it a try, be interesting to see if it works.
Cheers, Chris.
Your Answer
Think you can help? Login to answer this question!