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

Bug 406410

Summary: File search does not work when changed default context path
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Simon Kaegi <simon_kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2013-04-24 05:41:32 EDT
When I change default path for Orion and I do Ctrl+Shift+F and try to find a file there is always no results. When I look in logs the URL of the search is:
http://localhost:8080/cc/filesearch?sort=NameLower%20asc&rows=100&start=0&q=NameLower:f*+Location:/file*
and should be http://localhost:8080/cc/filesearch?sort=NameLower%20asc&rows=100&start=0&q=NameLower:f*+Location:/cc/file*
because my file service URL is /cc/file, not /file.

When I go to fileImpls.js, line 88 and change "/file" to "/cc/file" it starts working, so I guess problem is somewhere there.
Comment 1 Simon Kaegi CLA 2013-04-24 10:08:12 EDT
Thanks. Fixed.