Centralpoint Update 8.11.110
Date of Update: Tuesday, July 22, 2025
Feature | Summary |
Script Generator > Export Module Results | A new type named "Export Module Results" is supported from the Script Generator module. This feature was designed for and supported within Centralpoint module results views and site search pages. This feature allows users to export search results into excel format. Please read the help file for more documentation on functionality and setup assistance. |
SystemPageSearchShareButton CpScript | This new CpScript can be added to Site Architecture > System Pages > Search to generate a Copy Link button that allows users to share direct links to search results. When clicked, the button creates a shareable URL that will take recipients directly to the same search results page, though users with different permission levels may see varying results based on their access rights. This feature does not support "Search Within Results" functionality, and the generated links are only functional within the site where they were created. |
System Filtration Performance Enhancement | Updated audience and role filtration to use high cardinality optimization. This enhancement automatically detects high cardinality entities and generates separate optimized EXISTS conditions to improve query performance for large datasets. |
CpControl Pager | A new property named AriaLabel='' is supported. This inserts an aria-label="" HTML attribute on the opening ordered list tag of the pagination controls. This is only supported when using the Ordered List option in the Pager Buttons Layout site property. |
Admin > Properties > Pager Buttons Layout | This site property determines the HTML markup that wraps pagination controls in results views of the website. By default, the site will maintain the markup of anchor tags being siblings of each other. The new option outputs the pagination controls within ordered-list markup, enhancing ADA compliance and accessibility for screen readers. |
System Pages > Site Search > Search Results Layout | A new attribute named "Search Results Layout" is supported. This feature determines the HTML markup that wraps search results. By default, the page outputs results with table HTML markup. When using the default option, a role="presentation" attribute has been added to the opening table tag for accessibility purposes. The new option outputs results with ordered-list HTML markup, enhancing ADA compliance and accessibility for screen readers. |
CpScript ModulePageOverrides | A new property named "ResultsTaxonomyFilterOption" is available. This allows admins to easily filter the module results by Taxonomy. The filter can be created through manually selecting desired Taxonomy items or by dynamically using the Taxonomy items selected within the SiteMap record that the module designer record is applied to. Please review the Script Builder help file when applying this feature. |
See Full History of All Updates