Is there a way to set time between the searches?

Im using Angular 12 and I was wondering if theres a way to trigger the search request after 1 second, per example, instead of each character writen. Is this possible?

Hi @racheloh532

There are some tips on implementing debouncing in the documentation:

-Chuck