Release Notes / Version 10.2104
Table Of ContentsAll search related functionality of the Headless-Server has been moved to a new extension "headless-search" to move towards a service architecture.
If any search related beans have been customized directly in the blueprint (in CaasConfig.java), these changes need to be moved to the extension (SearchConfiguration.java). This applies also to the graphql schema. For any custom extension, which uses search functionality, the dependency to com.coremedia.blueprint:headless-server-search needs to be added.
(CMS-18972)