Go to navigation Go to content Go to footer
Changelog Basic

Changelog - Basic 5.4.0


Teilen

New Informations, Features and Tasks

!!!

The generation of tags has been updated.

If a tag is auto-generated e.g. from a category title, it will now be changed if it does not meet the requirements (length, allowed characters, not in list of stop words). If it is too short or is in the list of stop words, the character "A" will be appended automatically. That may affect your filters if you are using tags that don't meet the requirements. In that case re-index and check if the tags in filter options match the tags in the index.


FEATURE

Make sure stop words are not used as tags, github.com/tpwd/ke_search/issues/81
Show progress of indexing in backend module and in console command, add new console command "indexerstatus". https://github.com/tpwd/ke_search/issues/216


TASK

Update default pagination template, add first and last page. Thanks to Stephan Bauer. github.com/tpwd/ke_search/issues/219 and github.com/tpwd/ke_search/pull/218
Add "ignorePageTypeRestriction" to TCA configs, allow records on default pages and the root page in TYPO3 v12. Thanks to Dimitri König. github.com/tpwd/ke_search/pull/212