Broadleaf Microservices
  • v1.0.0-latest-prod

Search Services Release Notes for 1.7.2-GA

New Features & Notable Changes

Feature/Notable Change

Added filtering by reindex job name to reindex job view in admin

Removed field definitions unnecessarily set to read-only in admin after creation.

Bug Fixes

Issue

Fixed an issue where deleted products and customers weren’t properly removed from the Solr index

Fixed an issue where facet filter values weren’t properly decoded if they contained encoded URL parameters

Fixed isssue where indexable types didn’t show correctly as filter options in field definition view

New Search Fields

One new search field was added for "order fulfillment grand total". The new field is described below:

INSERT INTO BLC_FIELD (ID,
                       CONTEXT_ID,
                       LABEL,
                       INDEXABLE_TYPE,
                       MULTI_VALUED,
                       PROPERTY_PATH,
                       COMBINED,
                       MULTI_VAL_COMBINED_PROP_PATH,
                       PROPERTY_PATHS,
                       DELIMITER,
                       ABBREVIATION,
                       TRANSLATABLE,
                       VARIANTS,
                       SORTABLE,
                       SORT_LABEL,
                       SORT_DISPLAY_ORDER,
                       SORT_VARIANT_TYPE,
                       SEARCHABLE,
                       FIELD_QUERIES,
                       TRK_ARCHIVED,
                       TRK_LEVEL,
                       TRK_TENANT_ID,
                       TRK_SANDBOX_ARCHIVED)
VALUES ('01G6V5CFXBKQ3J1XS38MA80RW5',
        'orderFulfillmentField13',
        'Grand Total',
        'ORDER_FULFILLMENT',
        'N',
        'grandTotal.amount',
        'N',
        NULL,
        NULL,
        NULL,
        'grandTotal',
        'N',
        '[{"type":"MONEY","includeInResponse":true}]',
        'Y',
        'Grand Total',
        '4',
        'MONEY',
        'N',
        NULL,
        'N',
        '100000',
        '5DF1363059675161A85F576D',
        'N');