Appearance
Changelog: October 2024
API
Added
- B2B Feature: Added support for order updates. You can request Relewise to enable updating of orders for your datasets if you need this feature. When an order is updated it is also reflected in all functionality that uses the popularity of products to determine its results.
Changed
- Changed the way priorities for compound words function for language with heavy use of compound words (such as Danish, Swedish, German, or Dutch). Previously we prioritized compound words for all languages equally.
- Compound words are no longer prioritized in search results if one of its parts is a number. Previously words like "iPhone11" would be prioritized over "iPhone 11" when searching for "iPhone 11" as compound words are generally prioritized.
- Indexing performance has been improved when prediction types are in use.
Fixed
- Improved the performance of finding exact matches on compound words in searches.
My Relewise
Added
- Added support for including all available languages and currencies when linking to the Demo Shop.
- Merchandising: Added a small hint to help explain the logic of when a merchandising rule's Affected Context is active.
- Merchandising: Added an option to copy merchandising rules to a different dataset on the same license.
- Search Term Conditions: Added support for
And
conditions in addition toOr
conditions. These can be used for setting up advanced conditions around handling different kind of search terms.
Changed
- Entities: If a DataValue contains a unix timestamp in seconds or milliseconds, it will now be converted into a human-readable datetime format shown in the UI for easier debugging.
Fixed
- Merchandising: Fixed a bug where you werent allowed to create DataFilters matching on negative values.
Integration
Added
- [Alvas.ai] Added a new integration with Alvas.ai that enables AI-generated messaging for emails. This includes personalizing the subject line and body text in Abandoned Basket trigger emails, or any other triggers such as Product Interest. This add-on is available to all customers using our Trigger functionality. For more information, please reach out to us through our support channels.
- Demo Shop: Added a new modal that allows for easily switching between datasets, users, companies and changing language and currency.
- Demo Shop: Added a small tooltip describing what it means when a product is "sponsored".
- Demo Shop: Added support for storing multiple languages and currencies on a dataset, as well as the ability to switch between them in the context switcher.
- Demo Shop: It is now possible to navigate to third level categories from category pages. This feature can be toggled from the settings page.
- PHP SDK: Added support for sending
ProductPerformanceRequest
s using the newAnalyzer
client. With this you can make queries for how much products are sold, viewed, or used as cart-openers for different classifications.
Changed
- Demo Shop: Added a slight delay to the header before it expands, to prevent it from opening unexpectedly.
- Demo Shop: Changed the background of the header to be transparent when expanded, to make it seem less intrusive.
Fixed
- Demo Shop: Fixed an issue where hovering over categories to make the header expand would cause the page to "jump" to the right on Mac machines.
- Demo Shop: Fixed an issue where navigating while the header was open would sometimes disable scrolling on the site.
- Demo Shop: Fixed an issue where refreshing the category page while having the search overlay open would close the overlay again.
- Demo Shop: Fixed an issue where scrolling in the header while the category overlay was open would cause the page behind to scroll, resulting in a visual bug.
- Demo Shop: Fixed an issue where scrolling inside the header while the search overlay was open would cause a visual bug.
Documentation
Changed
- On the Toolbox page, the code example to copy Search Settings has been broken down into smaller parts, to make it more digestible and easier to use for particular scenarios where only certain parts of the script might be relevant.
- Revamped the Revenue section of the MyRelewise -> Analytics page, to offer information about Revenue types and improve readability.