Seth
2022-10-03 8ea1525df40751af2702a508c3ecf2edf2d76107
assets/js/semantic-search.js
@@ -15,7 +15,7 @@
  return (await response.json());
}
function debounce(func, timeout = 300) {
function debounce(func, timeout = 200) {
  let timer;
  return (...args) => {
    clearTimeout(timer)