Hello,
I have a gallery that uses a search function and search box to find records in the gallery.
It works perfectly fine in design mode, where all the items in the gallery are viewable before using the search box.
But when viewing as a published app either on the web or on the phone, all items are not displayed in the gallery.
I would like the items to be viewable before using the search box.
Is there something in the coding as below that I need to include so that all items are viewable?
Images are provided as a point of reference.
SortByColumns(Search(Filter('Nests Databases',Filter=Dropdown1.SelectedText.Value),PenguinID_Search.Value,C1ID,C2ID,AFID,AMID,Location_ID),"crf58_seasondate",SortOrder.Descending,"crf58_sequencenumber",SortOrder.Ascending)
Thankyou!