Bug 570737 - [File Search] Scope is forgotton when re-searching
Summary: [File Search] Scope is forgotton when re-searching
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 4.18   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform-Search-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-29 04:21 EST by Marvin Fröhlich CLA
Modified: 2021-01-29 04:21 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Fröhlich CLA 2021-01-29 04:21:25 EST
When I trigger a file search with scope "Enclosing projects" the search view will show up.

When I trigger a file search again, having the search view still focused, the scope will be forced to "Workspace". Of course this is due to the Search View being assumed to have no special scope and the Search dialog does not know, what "Enclosing projects" means. But actually the Search View could remember the issuing scope and hand it to the search dialog.

Thing is, that a workspace search is too general and takes too long. And when I trigger the new search with "no" scope it will remember this decision for succeeding searches. This should not happen.