I need to assign multiple values to a search item but I haven't figured out if or how Zoom Search allows this:
I tried this and a search yielded nothing:
<meta name="META" content="Content1,Content2,Content3">
So then I tried this and only Content1 was found; the other two were not found:
<meta name="META" content="Content1">
<meta name="META" content="Content2">
<meta name="META" content="Content3">
Thoughts?
I tried this and a search yielded nothing:
<meta name="META" content="Content1,Content2,Content3">
So then I tried this and only Content1 was found; the other two were not found:
<meta name="META" content="Content1">
<meta name="META" content="Content2">
<meta name="META" content="Content3">
Thoughts?
Comment