Appearance
Changelog: May 2025
API
Added
- Improved validation messages when invalid parameters are passed to any recommendation types that accept a collection of product/variant IDs.
Fixed
- Recommendations: Fixed a bug that in certain edge cases could cause the input products to be recommended.
- Search: Fixed a bug that caused stemming rules with accented characters (å, é, í, etc.) not to be applied.
My Relewise
Added
Entity Details: Added search for variants, categories, and prices when there are more than 25 elements.
Entity Details: We now sort data keys for entities alphanumerically.
Merchandising: We now suggest existing data keys for entities when you have to add a rule matching a certain data key.
Product Performance: Improved image handling, so we now try to find a link to a product image in the product's data to show in the performance sliders.
Search Index: We now suggest existing data keys for products, product categories, and content.
User Details: We now display user carts in detail, including cart data and line items with product and price information.
We now support linking to a specific dataset context. This allows users to copy and share their current URL with others interested in the same context.
Changed
- Entity Details: Changed to support showing all multilingual and currency values.
- Entity Details: Moved properties around to get a better overview.
- Entity Details: Updated UI to better handle long data key names.
- Product Details: Improved the way we display disabled variants to give a more coherent user experience.
Fixed
- API Keys: Resolved some issues in the UI for managing permissions.
- Fixed an issue causing an empty state to be shown on several pages instead of a zero-hit page.
Integration
Added
Demo Shop: Added a toggleable feature where we globally add filters based on the user's "country" and "channel" classifications.
Demo Shop: Added support for Content Search.
Demo Shop: Added support for variants.
Demo Shop: If a category recommended on the front page has an image, we now display it.
Demo Shop: We now add relevance modifiers based on UTM parameters. You can read more about how it works under Features in the settings tab.
JS SDK: Added support for querying users.
Medusa Integration: First release of the Relewise Medusa plugin. The plugin adds a button to the admin UI that lets you integrate product display names into Relewise, and adds a workflow that runs hourly, keeping products in sync.
Changed
- Demo Shop: We have lowered the number of products recommended in various places.
Fixed
- JS SDK: Fixed an issue where aborted requests would result in a misleading error message being logged to the console.
- JS SDK: Fixed an issue where using the
GetContentFacet
,GetProductCategoryFacet
andGetProductFacet
would in some cases not find the correct facet.
Documentation
Added
- Added a dedicated page for Search Term Modifiers, explaining what they are and how they work. Available here.
- Added documentation of Product Result Score, which allows you to retrieve information about the quality of search results in your request. Available here.
- Added Medusa to the list of supported Third Party Integrations. Available here.
- Added Voyado to the list of supported Third Party Integrations. Available here.
Changed
- Updated the PHP Recommendations examples to include a
take
value.