Hi everyone, I have a power apps app for management stocks with a lot of items. In the home page there is a search bar who search on the title field but now many items are unreachable.
I know this formula is depreciate but I don't have another ideaes to do global search on all the items
Here is the formula : Search([@MyList];MySearchBox.Text;"Title");
Just to be clear : I have another screen "Specific search" where I make the user choose on category an secondly the searchbar become visible and user can make a search on items previously filtered by category.
This search type works really good but I mus have a global search on the home page but I have no solutions
Please any advices or ways to fix my problem ?
Thanks in advance