12-09-04 12:47 PM
I'm looking for examples on how to query custom meta tags that have
multiple values....
<meta name="test" content="fish,dog,cat,bird,goat">
According to SSS doc, passing this to the query object should do the
trick:
@meta_test ^s dog
That should return any docuemnt that has the above meta tag in it + the
word dog.. however that is not the case...
This is the error I get:
One or more errors occurred during processing of command.
I can return the entire column rs("test") no trouble ...
[ Post a follow-up to this message ]
|