Task #2294
Story #2004: Finalize Mercury for release
Generate sources list dynamically
100%
Description
Update sourceFrame.jsp to generate the datasource input select dynamically based on cn/v1/node list. Use xhr request to query url for options to fill into the select control.
Must integrate with default.js and the query string generation logic.
History
#1 Updated by Skye Roseboom almost 13 years ago
- Status changed from New to In Progress
#2 Updated by Skye Roseboom almost 13 years ago
- Status changed from In Progress to Closed
implemented a mercury3 custom jsp taglib and on class MNSourceOptionsTag that emits html option tags for use in the mercury3 search page.
Member node list is cached for minimum of 5 minutes before refreshing -- MemberNodeSourcesMapCache
#3 Updated by Skye Roseboom over 12 years ago
- Status changed from Closed to In Progress
Re-opened. Search result page having display issues on left hand 'filter by source' control. Count for each source is shown but the source name is missing.
#4 Updated by Skye Roseboom over 12 years ago
- Status changed from In Progress to Closed
Closing again. Rippled use of member node source cache into solr transaction and solr client controller to handle display of member node names on search results pages.
May re-open this task if more spots where the member node name is not displayed are found