Appearance
Changelog: October 2025
API
Changed
- Recommendations: Optimized the default confidence thresholds used by recommendations to improve delivery of relevant results when fill was disabled.
- Retail Media: At the dataset level, enabled configuration of the minimum relevance threshold for candidates in search results to be considered eligible for promotion.
Fixed
- Recommendations: Fixed a bug in personalized Product/Content Category recommendations that caused filters and boost rules not to be applied.
- Search Analytics: Added support for click analytics tracking for batched search requests.
- Search: Fixed a bug where
RecentlyPurchasedFacetdid not properly convertSinceMinutesAgoto a Unix timestamp, which could cause incorrect filtering by the Recently Purchased facet.
My Relewise
Fixed
- Fixed a bug where the View Documentation button on the Home tab linked to a 404 for Free Trial datasets.
Integration
Added
- MCP: Relewise MCP Server is now out of preview. See how to set it up here.
- Web Components: Added a
stripHtmlClientSidehelper to remove HTML tags from data-entity properties when rendering templates. See how to use it here. - Web Components: Added full content recommendation support to Web Components. See the documentation for the full list of supported recommendations.
Changed
- JS SDK: Added a
RetailMediaQueryBuilderto configure Retail Media for product searches. - MCP: Marked tools as read-only (
readOnlyHint= true) to indicate to MCP clients that these tools do not modify data. - Shopify Integration: Updated the integration to use the Shopify Admin GraphQL API version 2025-10.
Fixed
- [Blazor Apps] Fixed a bug in Request Explorer where editors failed to initialize for numeric
DataValueitems ("Failed to initialize editor part for System.Double") when reordering or removing filters. - Demo Shop: Fixed a bug on the brand landing page that displayed the Content section with unrelated content when opening a brand.
- Demo Shop: Fixed an issue where Popular Brand recommendation links opened a Brand Landing Page with zero results.
- JS SDK: Fixed the request URL for the Content Multi-Products recommendation, ensuring the SDK calls the correct endpoint.
- PHP SDK: Fixed a bug where
ProductDataRelevanceModifier::createignored the$mustMatchAllConditionsargument and always setmustMatchAllConditionstotrue, causing modifiers to require all conditions to match. - PHP SDK: Fixed a bug that caused product uploads to be sent in a single large request instead of being split into configured batches, which could lead to oversized payloads; uploads now respect the batch size setting.
Documentation
Added
- Added a how-to guide showing how to boost new products using a merchandising rule. Available here.
- Added expanded documentation of languages and currencies, including explanations of their API properties, entity data types, My Relewise UI components, and more. Available here.
- MCP: Added information on how to use Relewise MCP in Codex CLI. Available here.
Changed
- Shopify: Updated the text for the Shopify Product ID handler to clarify that
Metafieldis the recommended approach. Read more here.