Skip to content

2.11.14

Choose a tag to compare

@rbayet rbayet released this 11 Jun 08:46
· 169 commits to 2.11.x since this release

🏆 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] Allow newer versions of opensearch-php client but keep discarding tho… by @romainruaud in #3625
  • [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

New Contributors

Full Changelog: 2.11.13...2.11.14