- Issue created by @brentg
- Merge request !63Issue #3360902: Title replacement formatter not working with search api rendered output → (Open) created by brentg
When creating a search page and indexing the full view mode of the page, On a search page there's a chance to see "Placeholder for replacement title"
* Create a content type that uses layout builder and the replacement title
* Create a search api index with that content type
* Create a search page that shows rendered html snippets
* Search for the node
Note: there's 2 ways of indexing a node, both saving the node and rebuilding search index give issues and use another route.
Show the title instead, hotfix used now was returning an empty string instead of placeholder text.
Needs work
6.1
Code