Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 4.0 - Beta, 4.0
-
Component/s: Viewer RI
-
Labels:None
-
Environment:any
Description
Updated search results JList with a JTree. Th updated results view would look something like:
Page 3 (1 match)
- the found <b>text</b> in context of sentence..
Page 9 (3 match)
- the found <b>text</b> in context of sentence..
- the found <b>text</b> in context of sentence..
- the found <b>text</b> in context of sentence..
Page 11 (1 match)
- the found <b>text</b> in context of sentence..
When any node in the tree is selected the viewer will navigate the page where the hits are found. Search highlighting will show the page hits on the page.
I think the Search API will have to updated so that a search method will return the LineText in which the terms where found.
Page 3 (1 match)
- the found <b>text</b> in context of sentence..
Page 9 (3 match)
- the found <b>text</b> in context of sentence..
- the found <b>text</b> in context of sentence..
- the found <b>text</b> in context of sentence..
Page 11 (1 match)
- the found <b>text</b> in context of sentence..
When any node in the tree is selected the viewer will navigate the page where the hits are found. Search highlighting will show the page hits on the page.
I think the Search API will have to updated so that a search method will return the LineText in which the terms where found.
Recently reduced the minimum size of the search results so they can be compressed and still usable.