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.
If your datasource is less than 2000 records and you have increased your record limit to 2000, then you should be fine.
If you expect your datasource to exceed 2000, then you will need to employ alternative methods to perform the search.
I hope this is helpful for you.
We're all good on that front. Do you have any insight as to why my search bar no longer works?
Your formula is good. What is the issue you are seeing?
User | Count |
---|---|
258 | |
109 | |
95 | |
57 | |
40 |