diff --git a/UI/AddSeries/AddSeriesView.js b/UI/AddSeries/AddSeriesView.js index 6e3b832f9..e3815a3a5 100644 --- a/UI/AddSeries/AddSeriesView.js +++ b/UI/AddSeries/AddSeriesView.js @@ -49,7 +49,7 @@ define( isExisting: this.isExisting }); - this.throttledSearch = _.throttle(this.search, 1000, {trailing: true}).bind(this); + this.throttledSearch = _.debounce(this.search, 1000, {trailing: true}).bind(this); }, _onSeriesAdded: function (options) {