(AbstractChosen.prototype.results_search = function() {
          return this.results_showing
            ? this.winnow_results()
            : this.results_show();
        }),