I am building a inventory Power Apps, and the search function has some warning message.
Here is my search function:
Search('Software', TextSearchBox1.Text, "Title", "Manufacturer")
I already set the delegation to 2000, I can only perform the search on the Title column, the "Manufacturer" column search return empty result.
Please provide some guidance, really appreciate it.