Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 494777

Summary: Quick search(CTRL+H) does not scope down to the project folder(top level folder).
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2016-05-27 12:31:20 EDT
This only happens to the nodejs server.
We decide the search scope from the current opened file by using its metadata.Parents[metadata.Parents.length -1]. But the nodejs server returns only {Location, Name, ChildrenLocation}. The information here is not good enough to judge if it is a non root folder.