Bug #113
closedneed "dataset oriented" html interface for results
0%
Description
The current HTML interface displays result sets as a table, with all metadata
documents displayed. We need to modify this so that only "dataset" proxies are
displayed and the "related" metadata documents and data entities are displayed
as a collapsable hierarchical tree below each data set entry. For example:
- Dataset title * general metadata * data entity 1 * metadata for data entity 1 * data entity 2 * metadata for data entity 2
Related issues
Updated by Chad Berkley about 24 years ago
This addition to the functionality will be aided by the completion of the
package spec. Packaging can be used to create this backtracking effect.
Updated by Chad Berkley about 24 years ago
- Bug 28 has been marked as a duplicate of this bug. ***
Updated by Chad Berkley about 24 years ago
Created a backtracking scheme derived from relationships entered under the
package dtd. The servlet parameter returndoc is used to specify what kind of
document(s) should be displayed. When a query is performed, if the system makes
a hit on a document that is not of type returndoc then it traces the
relationship looking for a relationship between the hit document and a document
of type returndoc. If a relationship is found the related document is returned,
if not the original is returned.