search custom table in wp database with searchform
Hi,
I need for my custom table in my wordpress db a search template.
It should a one searchform and this searchform should search all
entrys with “LIKE” option.
The table in my wordpress db have got 5 colum
“id,date,name,from,txt”
if i type in the searchform example alexandera the form should
search all entrys with like option and give the result in table like
with 20 results per site
id date
name from txt
1 2021-01-01
Alexander Bank Mail of Bank …
30 2021-05-01
Alexander Bank Mail of Bank …
etc
or if i type Bank should give all columes
id date
name from txt
1 2021-01-01
Alexander Bank Mail of Bank …
30 2021-05-01
Alexander Bank Mail of Bank …
etc
Thanks
logins78 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Leave an answer