inq: function(key, value) {
        var query = [];

        value.forEach(function(v) {
            query.push(r.row(key).eq(v));