Skip to content

2.10.29

Choose a tag to compare

@rbayet rbayet released this 11 Jun 08:46
· 110 commits to 2.10.x since this release
10b62a8

🏆 Main features

Search Usage dashboard: Ability to copy the list of search terms to the clipboard

In the Analytics > Search Usage dashboard, it is now possible to copy the popular and spellcheck search terms tabular data into your clipboard.
image

The data can then be pasted into a spreadsheet application: it is in CSV format with the Tab character as separator (so actually, TSV / "Tab Separated Values" instead of CSV / "Comma Separated Values").

Indices grid: Mass remove button in admin and CLI command to remove all ghost indices

It was already possible to remove ghost indices from the Elasticsuite > Indices screen, but one by one, which can be cumbersome if you have a lot of them.
Since we do not offer a cronjob to automatically remove ghost indices, we always recommended the third party module sehrling/elasticsuite-ghost-cleaner that does (and we'll keep doing it !).

But you now have a dedicated button to remove at once all the ghost indices from the Elasticsuite > Indices screen :
image

We've also added a Magento CLI command to that effect: php bin/magento elasticsuite:indices:purgeghosts.

📦 Features

  • [Analytics] #3584 Add ability to copy list of search terms to the clipboard by @vahonc in #3597
  • [Analytics][B2B] #3614 Add sorting Company filter options alphabetically by @vahonc in #3620
  • [Healthcheck] #3583 Introduce category.is_anchor config check by @vahonc in #3594
  • [Indices] #3600 Add a button to remove all ghosts indexes by @vahonc in #3612
  • [Indices] #3624 Add a CLI command to remove all ghost indices by @rbayet in #3629

💻 Technical

  • [Core] Replacing deprecated word_delimiter by word_delimiter_graph by @rbayet in #3605
  • [Indices] #3592 #3596 Better performance when getting indices stats by @rbayet in #3610
  • [Indices] Shard settings: removing cache usage altogether by @rbayet in #3613

🐛 Fixes

  • [Analytics] Fix analytics missing 0 results search terms by @rbayet in #3621
  • 💎 [Explain] #326 Boost impact/scale function not displayed by @rbayet

Full Changelog: 2.10.28...2.10.29