wagtail / wagtail-transfer

Content transfer for Wagtail

Home Page:https://wagtail.github.io/wagtail-transfer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source page chooser search requests are not debounced

nimasmi opened this issue · comments

Because of the latency between two Wagtail instances and the user's browser, the most recent search results returned may not be the response to the most recent search request, particularly if the user types quickly.

Solution: debounce the handler for the search input.