
Announcements
Hello everyone,
I would like to search for a number in my Searchbox, but at the moment I only can search for columns with the type .Text. Does anyone have an idea how to solve this?
Thats my code for the gallery:
I would like to add the "ID" column:
Thanks for the help.
Kind regards
Hi @User3048
The Search function requires that the column being searched must contain text.
ID column is a numeric column, I suggest you use Filter.
You can try:
Filter(YourDataSource,Title=Sunfeld.Text||Description=Sunfeld.Text||ID=Sunfeld.Text)
Best Regards,
Levi