You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to @Bashev for spotting the dependency issue on opensearch-project/opensearch-php.
If you migrated to Magento 2.4.7 and you were suddenly back in Elasticsuite 2.11.4.3, that's now fixed in this release !
Ability to ignore leading, trailing and consecutive zeroes in SKUs
New settings are available in a new section of the Store Configuration in Stores > Configuration > Elasticsuite > Analyzers Settings > Reference analyzer configuration
Remove leading zeroes of numeric parts
Remove trailing zeroes of numeric parts
Reduce series of contiguous zeroes in numeric parts
Those new settings (disabled by default) apply to fields using the reference analyzer which is dedicated to searchable fields containing SKUs, UPCs or manufacturer part numbers.
Depending on your SKUs or part number schemes and the way your users search for them, it could help them find your products.
Please be aware that
any change to those three new settings will require a full catalogsearch_fulltext reindex to take effect
those settings will fully work only if you also enable the following "SKU search" dedicated experimental settings
Elasticsuite > Search Relevance > Spellchecking Configuration > Term Vectors Configuration > [Experimental] Use reference analyzer in term vectors
(possibly) Elasticsuite > Search Relevance > Spellchecking Configuration > Term Vectors Configuration > [Experimental] Use all tokens from term vectors
Elasticsuite > Search Relevance > Relevance Configuration > Exact Match Configuration > [Experimental] Use default analyzer in exact matching filter query
Admin notification for non-indexed tracker events
A new admin notification will pop up in the "Elasticsuite > Analytics > Search Usage" page when the tracker events storage table contains events created more than 6 hours ago, as a way to indicate to you a possible reason for behavioral data missing from the dashboard.
A new settings available under Stores > Configuration > Elasticsuite > Analytics > Pending events configuration > Hours before warning allows to control the timespan between a tracker event being recorded in the database and the admin notification complaining that it has not been indexed yet so could
augment that timespan on a non-production environment where you almost never run the cronjobs
reduce that timespan on a trafic heavy production environment where you do not want tracker events to accumulate for too long
📦 Features
Elasticsuite Premium
[Explain] Spellcheck message visibility and always display synonyms/optimizers
Elasticsuite Open Source
[Analysis] Allow ignoring leading, trailing and consecutive zeroes in reference fields
[Analytics] Notice/warning about old events left in the events queue table
[CatalogRule] added missing form name in product conditions
[Core] Server distr. and version in admin footer info
[Core] Add Ingest Pipeline support.
[Core] Change opensearch deps to make it compatible with magento 2.4.7-beta3/2.4.7
[Core] Remove type parameter in order to compatibility with Elasticsearch 8
[Search] Use case insensitive query for span matching.
🐞 Fixes
[GraphQL] Allow fetching products with category_uid IN clauses.
[VirtualCategories] Prevent to cache null query
🧰 Quality
[Tools] Updating Premium CI workflows to node16
[Tools] CI update to support of 2.4.7 and PHP 8.3
[Tools] Updating Quality workflow to node16
[Tools] Updating PHPStan/Integration workflows to node16
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Main new features
Magento 2.4.7 compatibility of Elasticsuite 2.11
Thanks to @Bashev for spotting the dependency issue on opensearch-project/opensearch-php.
If you migrated to Magento 2.4.7 and you were suddenly back in Elasticsuite 2.11.4.3, that's now fixed in this release !
Ability to ignore leading, trailing and consecutive zeroes in SKUs
New settings are available in a new section of the Store Configuration in Stores > Configuration > Elasticsuite > Analyzers Settings > Reference analyzer configuration
Those new settings (disabled by default) apply to fields using the
reference
analyzer which is dedicated to searchable fields containing SKUs, UPCs or manufacturer part numbers.Depending on your SKUs or part number schemes and the way your users search for them, it could help them find your products.
Please be aware that
Admin notification for non-indexed tracker events
A new admin notification will pop up in the "Elasticsuite > Analytics > Search Usage" page when the tracker events storage table contains events created more than 6 hours ago, as a way to indicate to you a possible reason for behavioral data missing from the dashboard.
A new settings available under Stores > Configuration > Elasticsuite > Analytics > Pending events configuration > Hours before warning allows to control the timespan between a tracker event being recorded in the database and the admin notification complaining that it has not been indexed yet so could
📦 Features
Elasticsuite Premium
Elasticsuite Open Source
🐞 Fixes
🧰 Quality
Full Open Source Changelog: 2.11.5.3...2.11.6
Full Open Source Changelog: 2.10.19.3...2.10.20
Beta Was this translation helpful? Give feedback.
All reactions