I have a basic search that looks through divs, displays those with the matching text and hides the rest, but how can I add hidden "meta" tags that would be included in the search but not displayed?
Example:
Window (has hidden "meta" tag 'Glass') Door (has hidden "meta" tag 'Wood')
So when I type "Glass" in the search bar it only displays Window as a result (Glass element is still hidden).