My app currently searches the "Title" field but I want it to also search the "ID" field. The function is listed below.
SortByColumns(Filter('New DXC SharePoint Pursuit Site Request Form', StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
How would I modify this to also allow searches for "ID"?