regex: function(attr, regex, options){
                var obj = {};
                obj[attr] = {"$regex":regex, "$options": options};
                this.whereQuery.push(obj);
                return this;