Skip to content

Updated so tokens are always searched after debounce

What does this MR do and why?

We need to make a call after a search term is entered. If someone had typed a few letters, waited a bit to make the call, then typed again, a request would not have been sent. The debounce function should accomplish the main thing that we were trying to accomplish with this, in that we're not firing a bunch of requests.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #361073 (closed)

Edited by Donald Cook

Merge request reports