Hi all!
I have a Gallery linked to a SharePoint List that has well over 2000 entries. I am assuming traditional Search functionality is out of the picture due to the high number of List items.
What I want to do is create three search bars above the Gallery. Each search bar would filter the gallery by a different column based on the text input. For example, text input into Search Bar 1 searches SP List column 'Title' for what was input. Search Bar 2 searches SP List column 'ID Number'. Etc.
Currently, I tried this but to no avail:
Filter('SP List',StartsWith('Title',TitleSearchBar.Text),StartsWith('ID',IDSearchBar.Text))
Really appreciate any thoughts!