04 September 2024

1. Issue List

The following issues have been implemented in this release.

Issue Description

TVC-7301, TCC-22022

Table-Config looses order of columns.

TVC-7266, TCC-22125

Comparison method violates its general contract exception thrown when switching to certain profile in TVC table configurator.

This release introduces enhanced navigation for search results within the structure browser pages in structured mode, enabling a more intuitive user experience. By leveraging the built-in table bean and table renderer, search results are loaded into the structure browser table.

For scenarios where users want to expand a search result object to reveal its related objects in a structured view, this release has introduced the DefaultSearchStructureTableBean built-in table bean, which is designed to manage and render hierarchical data efficiently.

To enable this functionality, DefaultSearchStructureTableBean must be defined within the page configuration. Once set up, this feature allows users to explore complex data relationships within search results, all while maintaining performance and usability.

<PageConfig>
    ...
	<Parameters>
		<Parameter name="bean" value="com.technia.tvc.structurebrowser.search.table.DefaultSearchStructureTableBean" />
		...
	</Parameters>
	...
</PageConfig>

Refer Integration with Federated Search for more information.