Tagged Questions
14
votes
6answers
291 views
Delay on keystroke when search as you type
I'm deploying an instant search on my windows app. At the first implementation, when the user type a key, the search engine make a query and return the results. I thought that that wasn't too much ...