[GS] avoid unnecessary /internal/global_search/find
http call at startup
#78785
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Navigational Search
Global search bar
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
The
debounce
call theSearchBar
component is using does not check if the searchbar is currently active / focusedkibana/x-pack/plugins/global_search_bar/public/components/search_bar.tsx
Lines 100 to 101 in 559853e
This is causing an unnecessary call to
/internal/global_search/find
when the kibana starts on the client-side, for every users.The text was updated successfully, but these errors were encountered: