When using autocomplete search, I've encountered an issue. If I type something and then make a mistake by deleting the last character, two requests are sent out. Sometimes, the results of the second request come back first, populating the store with those results before the first request's results come back. This leaves me with "word_two" in the search box but results for "word_one".
Is there a way to instruct the store to cancel the previous request when a new one is triggered? Or possibly have the store wait for the first request to finish before starting a new one?