support-beech
support-beech
Any estimate /progress on this issue?
Same issue, can relate that this solves it. :+1:
@brotkrueml What is the status of this, i am unable to use the schema extension since SearchAction does not contain `query-input`
@brotkrueml Thanks, What i've done, is adding the searchAction through a dataprocessor. ``` $searchResultsPageUri = $this->getUriBuilder() ->reset() ->setCreateAbsoluteUri(1) ->setTargetPageUid(self::SEARCH_PAGE_UID) ->build(); $entryPoint = TypeFactory::createType('EntryPoint'); $entryPoint->setProperty('urlTemplate', $searchResultsPageUri . '?q={search_term_string}'); $searchAction = TypeFactory::createType('SearchAction');...
@brotkrueml Thanks, will make sure this is only done on the homepage then and look into the bool.