I am trying to search my field "Title" which contains a combination of string + numbers.
I.e. "Stack-1234" is a record in my field "Title".
Items in BrowseGallery1:
If(Toggle2.Value=false, SortByColumns(Filter([@'Documentation Tracker'],Lower(Requestor_two) = Lower(User().Email) Or Lower(Approver.Value) = Lower(User().Email) && StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending)), SortByColumns(Filter([@'Documentation Tracker'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending)))
However I see more then what I am searching, see below:
