Hello Fav People,
I have one gallery item has value : below where just Request Id is integer and rest are string.

My concern is. there is only one textInput where user enter value for search i.e either on Requester_ID(str), Request_status(str),
First_approver_id(str), Second_approver_id(str). With above code I am able achieve this user entering text value , code is able to search all text value.
Now I want in the same text box user enter request_ID= 45 (int) it should sort gallery on request_id too. The way it is doing it for others field.
Is this possible with the same code above?
I don't want to create separate texbox for Request_ID. if created also what to write on Gallery?