Auto Filter ListView result

Hi there,

I have a tutorial on making a Search Bar for your app that you can see here:

Your blocks are seeing if the text input contains the column, which is going to return false if your list is more than 1 item long. You need to see if any items in the list contain that text in your text input. You can see how to do this in the tutorial.

Check it out and let me know if you have any more questions!

1 Like