Something along the lines of:
function(v) {
if (~v.values[0].metadata.Links.indexOf(...)) {
return [v.key];
}
return [];
}
2011/8/4 Giancarlo Frison <[email protected]>:
> Hi all,
> I'm wondering if it is possible to find keys that match specific link tag or
> meta values inside a bucket.
> For instance I'd search all objects in a specific bucket with a peculiar
> X-Riak-Meta or Link tag="..."
> Thanks a lot!
>
> Giancarlo Frison
> http://gfrison.com
>
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com