Skip to content

saleor-app-search@1.12.0

Compare
Choose a tag to compare
@lkostrowski lkostrowski released this 31 Jul 10:20
· 362 commits to main since this release
8e33f59

Minor Changes

  • 2cb7e5e: Improved attributes mapping. Now Algolia will receive better products data:
    • Added otherVariants field which is an array of variant id strings. It will only contain other variants, so if the array is empty, it means the variant is the only one. It can be quickly used to count alternative variants or to reference them by ID.
    • Added variantMetadata field. Now metadata contains data for product parent and variantMetadata for each variant.
    • Improved JSON fields mapping. Now json-like fields will be sent to Algolia as structure jsons, not strings. This include: description, metadata, variantMetadata, otherVariants.