I know there's a way to do it but I can't find it!
In my very early html writing days (2007) I found a simple code for searching by specified search words.
Meaning- the user inputs a word into the search box
, and the site searches for it in an array
within it. It could even find results for letters and word fragments.
I can't find something like that now...
Is the a way to specify an array
and use JS or JQuery to search it even if the search word isn't exact? similar to MySQL's LIKE
?