
Announcements
Hi all,
I have a vertical gallery displaying some info; I added a search bar to find info in the gallery. The search bar is working when I search number codes, however when I try to search a text, the gallery doesn't filter properly. The formula is as follows:
Filter(
[@DataSource],
IsBlank(SearchBar.Text) || CodeNumber in Value(SearchBar.Text) || Text(Heading) in SearchBar.Text
)
Everything in green is working, the last part of the formula isn't.
Any insights?
(the data source is static data from excel)
Hi @Anonymous ,
Does the same happen if you flip the conditions?
SearchBar.Text in Text(Heading)