How do I create a search bar that avoids delegation issues?
I have a data source that has 537 rows in it. I've increased the Data Row Limit to 2000. I am still able to scroll through the gallery, but the search bar seems to no longer work. Below is what I have in Items for my gallery.
SortByColumns(Search('Bix Board', TextSearchBox1.Text, "Title"), "Title", If(SortDescending1, Descending, Ascending))
It is important that users can search any part of the string, not just Starts With.