I would like to know if it's possible, say someone types something in the search bar and the onChange instance sends every time a request to the server. Is it possible to say the program should wait for 2 seconds? After this time it should query the server. The only thing that I know is Future.delay but the thing is. It only delays the request I think so.
thank you for your help guys.