-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Right now, the Variable filter loads all variable names initially and then makes additional requests once the user typed something in the typeahead field.
This causes network load and the user gets a delayed response since we debounce the request.
As all the variable name information is already available in the frontend due to the initial request that loads all variable names, we can do the typeahead filtering on the frontend, eliminating the network requests and providing instant feedback to the user