Site sets is a new way in TYPO3 to manage typoscript and site settings. They have multiple advantages over usual typoscript inclusion, such as better dependency management and clear separation of settings for various sites in the installation.
Please, change TS constants to site settings where possible. Examples can be:
search {
targetPage = 0
results {
resultsPerPage = 10
}
faceting {
limit = 10
}
}
Do move solr connection settings from site config to site settings because settings to do not support %env(....)%.
Target version: 14.0.0
Site sets is a new way in TYPO3 to manage typoscript and site settings. They have multiple advantages over usual typoscript inclusion, such as better dependency management and clear separation of settings for various sites in the installation.
Please, change TS constants to site settings where possible. Examples can be:
Do move solr connection settings from site config to site settings because settings to do not support
%env(....)%.Target version: 14.0.0