Merge pull request #2324 from kushthedude/timeout
enh: Text Filter waits until user finishes updating
This commit is contained in:
commit
3d5a93d506
@ -203,7 +203,7 @@ TextSearchFacet.prototype._scheduleUpdate = function() {
|
|||||||
this._timerID = window.setTimeout(function() {
|
this._timerID = window.setTimeout(function() {
|
||||||
self._timerID = null;
|
self._timerID = null;
|
||||||
self._updateRest();
|
self._updateRest();
|
||||||
}, 500);
|
}, self._config.mode === 'regex' ? 1500 : 500);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user