Introduction
FAS 22.2 is compatible with the previous release.
A new library for triggering entities
A new library for triggering entities has been added, with feature switches to enable/disable it in the system.xml file. There is a general "enabled" switch, and another for each supported trigger type. The existing rule engine will be used if all or part of it is disabled.
You should consider doing so if you encounter problems with Value distribution triggers.
To enable in the system.xml file:
<node name="com">
<map />
<node name="fredhopper">
<map />
<node name="triggering">
<map>
<entry key="enabled" value="true" />
<entry key="histograms-enabled" value="true" />
</map>
</node>
</node>
</node>
Added a "contains" logic for keyword triggers
The functionality is automatically enabled, and migrating from FAS 22.1 to 22.2 requires no specific migration steps.
However, after downgrading to an older version, all keyword triggers which were marked as "contains" will work like the old type triggers (by doing an "exact" match).
Migration
Migrating from FAS 22.1 to 22.2 requires no specific migration steps.
Comments
0 comments
Please sign in to leave a comment.