Just like using this function https://underscorejs.org/#debounce And also can add a options `minChar`. when the search string is too short, the search function will not be triggered.
Just like using this function https://underscorejs.org/#debounce
And also can add a options
minChar. when the search string is too short, the search function will not be triggered.