You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The autosuggest Ajax Request is not being cancelled if you go ahead typing more characters in the searchbox.
Therefore the search will last longer on slower environments, because multiple requests are being executed before the final result will passed to the browser.
Merge Request to cancel eventually running requests is coming in a few minutes! 🙂