Add separate release notes for search terms report

pull/12812/head
Thibaud Colas 2025-01-23 16:40:19 +00:00
rodzic 4b99a17554
commit 484c71c539
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -68,9 +68,16 @@ The StreamField and InlinePanel interfaces now support drag-and-drop reordering
This feature was developed by Thibaud Colas and Sage Abdullah, thanks to a sponsorship by Lyst.
### Search terms report
For users of [](searchpromotions), a new search terms report is available in the admin interface.
This report shows terms that website users have searched for, and how many times they have been searched.
This can help you understand what your users are looking for, and adjust your search promotions accordingly.
This feature was developed by Noah van der Meer and Sage Abdullah.
### Other features
* Add search terms report (Noah van der Meer, Sage Abdullah)
* Add the ability to apply basic Page QuerySet optimizations to `specific()` sub-queries using `select_related` & `prefetch_related`, see [](../reference/pages/queryset_reference.md) (Andy Babic)
* Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott)
* Stop invalid Site hostname records from breaking preview (Matt Westcott)