Broadleaf Microservices
  • v1.0.0-latest-prod

Search Services Release Notes for 1.8.14-GA

Table of Contents

Bug Fixes

  • Fix Marketplace filter in `CatalogTrackableSolrQueryContributor ` to not exclude isolated catalogs

    • CatalogTrackableSolrQueryContributor#contributeInternal when applying a filter by marketplace application ID, should "or" that with a filter on isolated catalogs using "in", effectively this marketplaceApplications_ss == :applicationId OR catalog_s =in= (:isolatedCatalogIds).

  • Added basic auth to the solr query during inventory handling when necessary, to fix 401 Authentication Error