-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
While working on PR #11010, I noticed an issue that needs to be solved first:
-
When using the global search window, the search results always change according to the active search query of the active tab. This allows for updating the query without the need to close the window and search again. However, a problem arises when changing the tab while opening this window, as the search results will change according to the active query of this tab.
issue.mp4
Possible Solutions:
- Stop changing the search result according to the active search query. This could become difficult if the query needs to be changed frequently, as it would require closing the window, writing the new query, and opening the window again.
- Copy the search query to all active tabs (which might not be a good solution) as a complex query made in another tab could be lost.
- Use a separate search bar in the global search window.