| Summary: | Search: auto completion/proposal on search box. | ||
|---|---|---|---|
| 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 |
| Version: | 0.5 | ||
| Target Milestone: | 1.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
FYI Lucene has this capability. It was one of the reasons we moved to Lucene 3.x. Given a prefix, it will return words in the index close to or matching that prefix, similar to the completion in a google search. Of course a simple history of previous search terms might be a good start too. (In reply to comment #1) > FYI Lucene has this capability. It was one of the reasons we moved to Lucene > 3.x. Given a prefix, it will return words in the index close to or matching > that prefix, similar to the completion in a google search. Nice.What is the query format? (In reply to comment #2) > Of course a simple history of previous search terms might be a good start > too. Yeah. There is already saved search popup menu in the search drop down list. I think we just need another popup named as "recent search terms". We can simply put a list of the terms stored in the local storage. |