
SO I have this list,
The search bar from this list, it seems to only search in the columns provided there, not in all of the columns existing.
Is it possible to add more columns to the search bar, that are not displayed, to search into?
Or maybe add them in the list, but hide them from displaying, this way the search bar will search into them, but they won`t be displayed?
hi @Robert94 yes you can add the columns and hide via JS so they are still searchable
be mindful of performance here, the more columns you have the longer it will take to load the list, and the longer it might take the search
I have the code to show/hide columns here: Power Apps Portals – JavaScript Tip #01 – Hide & Show Elements – Oliver Rodrigues (oliverrodrigues365.com)