diff --git a/main/webapp/modules/core/scripts/facets/text-search-facet.js b/main/webapp/modules/core/scripts/facets/text-search-facet.js index ebc756ce3..aa50663dc 100644 --- a/main/webapp/modules/core/scripts/facets/text-search-facet.js +++ b/main/webapp/modules/core/scripts/facets/text-search-facet.js @@ -203,7 +203,7 @@ TextSearchFacet.prototype._scheduleUpdate = function() { this._timerID = window.setTimeout(function() { self._timerID = null; self._updateRest(); - }, 2000); + }, 500); } };