| Summary: | Global search: Regular expression search escapes some special chars used as part of the reg ex. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | john.arthorne, mamacdon |
| Version: | 0.5 | ||
| Target Milestone: | 1.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
Also, we cant hard code "?depth=1" when fetching children at the start point. From the search.html hash, we got the search location without "?depth=1". We should always use the meta data on the search location and get .ChildrenLocation from the meta data. In the file root case, where meta data is not supported, we should use the search location directly.(I found that orion file service impl does not support file meta data on root but other file systems like html5 does) |