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

Bug 398216

Summary: Search: use URITemplate for all the search options in edit.html
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi, susan
Version: 1.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2013-01-15 12:56:11 EST
In search result page each line has a href like edit.html#foo.js, find=bar.
But with advanced search  options, you want the editor to open with more local find options, like : case sensitive, regEx, go to a line number, replace with, etc.
Currently this "find" parameter is a single complex string that is parsed specially.
We need the standard way to do all the options.
An example willbe :
edit.html#foo.js,find=bar,replaceWith=far,regEx=true,caseSensitive=true,atLine=123

So basically the "find" param will trigger the editor to open the find bar. All other options comes with the properties from the parsed URITemplate.