Skip to content

Shoptimizer v1.4.0-beta

Compare
Choose a tag to compare
@starmandeluxe starmandeluxe released this 15 Nov 16:02
· 48 commits to main since this release

New Features

Config Files

  • Added default configuration files for German language.

Bugfixes/Changes

  • Fixed a bug in the free-shipping-optimizer that involving unintended appending of a free shipping node to the product object by making the check for pre-existing shipping information case-insensitive.
  • Modified the behavior of the title-word-order-optimizer to not identify a product as optimized unless words have been reordered. Previously, any changes to the title such as length truncation would have flagged this as an optimization for this optimizer.
  • Due to removal of test keywords in the condition-optimizer sample configuration, tests have been updated accordingly for the condition-optimizer.

Config Files

  • The title-word-order-optimizer configuration file has been refactored to contain two separate entries: "keyword_weights_by_gpc" (the original config contents) and "phrase_dictionary" (a list of terms that denote full multi-word phrases which should not be split up by the tokenizer). "phrase_dictionary" previously existed as a separate configuration file "title_word_order_dictionary.json" but has now been merged into a single configuration with "keyword_weights_by_gpc".

  • The default Japanese-language configuration file for condition-optimizer has been updated to remove terms that cause false-positive matches.