I have a gallery that pulls in data from my SharePoint List if a record is in one of 3 different "Quote Status". From there I am attempting to give the user the ability to further search those results by "ATI Freight PO#".
The problem is, my search function only works on the first "Quote Status" that I have in my code, which in this case is "In Transit".
Here is what I have in my Items Property, what am I doing wrong?
SortByColumns(Filter('Air Freight: Request & Tracking Log', (StartsWith('ATI Freight PO#', FreightPOSearchInput.Text)) && 'Quote Status'.Value = "In Transit" || 'Quote Status'.Value = "Pending Pickup" || 'Quote Status'.Value = "Quoting"),"Title", Descending)