Hi,
I currently have a search Function that works well with my data.
However i would like to add another function if possible where the gallery is empty until the search criteria is met. As currently it shows all results to start with and then filters the list down when you begin searching.
I currently have this:
SortByColumns(Search(AllResources,SearchMain.Text,"KeyWords","Title","Description"),"{Name}",Ascending)
Thanks in advance