Something
public javascript v1 · immutablevar posts = this.select(function (post) { return (_(skills).include(post.get('skill')) || skills.length === 0) && ( _(lang).include(post.get('lang')) || lang.length === 0) && (_(ptype).include(post.get('ptype')) || ptype.length === 0) });