Closed JoseTomasTocino closed 6 years ago
Use a debounce mechanism like this to avoid firing the search too many times. That will probably fix the duplicated results problem too, I think.
Fixed by 6e252bf.
Use a debounce mechanism like this to avoid firing the search too many times. That will probably fix the duplicated results problem too, I think.