I have a question for example I have a
<input type="text" id="busqueda">
and in my database I have the columns id, name, surname, mail, telephone
Could with a single input perform a search? for example if I write a name for example pedro, look for me in the name column, or if I write an email, I can validate if the input contains a @ or if it is a telephone number to be able to validate if what is entered in the input are numbers , something like that