2.11.14
🏆 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.

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 :

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
- [Analytics] Fix analytics missing 0 results search terms by @rbayet in #3621
- [Catalog] #3617 Elasticsuite is not indexing url_key in Magento 2.4.8 by @pawel-ledwig in #3617 #3619
- 💎 [Explain] #326 Boost impact/scale function not displayed by @rbayet
New Contributors
- @pawel-ledwig made their first contribution in #3619
Full Changelog: 2.11.13...2.11.14