_queryChanged: function() {
                var active = this.active.value();
                if (active)
                    active.update(this.buildQuery());
            },