V6 release notes
V6 release notes
This page lists the new features, enhancements, and bug fixes introduced in the Coveo for Salesforce v6 package.
Important
For important information on upgrading from v5, see Upgrade from v5 to v6. |
For details on the new features and improvements in this release, see What’s new in v6?.
For a summary of the main features in recent releases, see New Coveo for Salesforce features.
January 2025 release: v6.2 (minor release)
Note
This release includes the Quantic Framework (v3.11.0), the JavaScript Search Framework July 2024 release (2.10119.0), and the JavaScript Interface Editor July 2023 release (1.34.2). |
To download this release of Coveo for Salesforce:
New features and enhancements
-
Improved the display of result templates in the Coveo Hosted Insight Panel
The highlighting of keywords in search results has been improved for better readability. Spacing adjustments have also been applied to the result templates to enhance the overall display.
-
Custom token generation is now available for Coveo Community Hosted Search Pages
You can now generate a custom search token to authenticate queries on the Coveo Community Hosted Search Page component by creating an Apex class that implements
CoveoV2.SearchTokenGeneratorInterface
. You can then use the component’s Token Generator picklist to select the name of the Apex class you created to override the default search token used in your Community Hosted Search Page configuration. -
Custom token generation is now available for Coveo Console Hosted Search Pages
You can now generate a custom search token to authenticate queries on the Coveo Console Hosted Search Page component by creating an Apex class that implements
CoveoV2.SearchTokenGeneratorInterface
. You can then use the component’s Token Generator picklist to select the name of the Apex class you created to override the default search token used in your Console Hosted Search Page configuration.
Bug fixes
-
Coveo Insight Panel Lightning Component for Chat (Live Agent) now loads as expected with Enhanced Messaging
Fixed an issue where the Coveo Insight Panel Lightning Component for Chat (Live Agent) didn’t load when used on a
MessagingSession
type of record. Although this component now loads as expected, it doesn’t support sending theMessagingSession
chat transcript.
November 2024 release: v6.1 (initial release)
Note
This release includes the Quantic Framework (v3.3.0), the JavaScript Search Framework July 2024 release (2.10119.0), and the JavaScript Interface Editor July 2023 release (1.34.2). |
To download this release of Coveo for Salesforce:
New features and enhancements
-
Coveo Quantic v3 update
The Coveo Quantic library v3 update introduces changes that improve the library’s performance and usability.
ImportantThe breaking changes related to the Quantic v3 update are automatically handled by the Coveo for Salesforce v6 package. No manual intervention is required on your part.
-
Organization endpoints now used by default
All Quantic-based components now use organization endpoints by default. This change applies even if the Organization endpoint setting is disabled on the Advanced Configuration page.
-
User Actions now available in the Coveo Hosted Insight Panel
The Coveo Hosted Insight Panel now supports the User Actions feature.
-
Notify trigger rule now supported
The Coveo Hosted Insight Panel now supports the Notify trigger rule.
-
Relevance Generative Answering (RGA) citation clicks now tracked as regular click events
RGA citation clicks are now tracked as regular click events instead of custom click events. Deployments that have enabled RGA for their Coveo Hosted Insight Panel or Coveo Hosted Search Page components will see this change reflected in their Coveo Usage Analytics (Coveo UA) reports.
-
Styling and display improvements
This package includes minor styling and display improvements related to the Salesforce Winter '25 release.
Bug fixes
-
ClientIdAccessor component now works as expected
Fixed an issue where the
ClientIdAccessor
Lightning component wasn’t working as expected when using thesetClientId
method. -
Updated the Quantic
originLevel3
valueFixed an issue to ensure that the Quantic
originLevel3
value always sends the URL of the page where the Quantic component resides, improving analytics data. -
Added a tooltip to long query suggestions
Fixed an issue where long query suggestions in the search box were truncated. A tooltip now appears when hovering over the suggestion to display the full query.
-
Sort options now display correctly on small screens
Fixed an issue where Sort by menu options didn’t display correctly on small screens.
-
Standalone search box query suggestions now appear as expected on pages containing multiple search boxes
Fixed an issue where standalone search box query suggestions could appear under another search box on pages with multiple search boxes.
-
Query suggestions no longer flicker after making a selection
Fixed an issue where query suggestions flickered after making a selection.