Project

General

Profile

Actions

Bug #96775

closed

Missing ViewHelper in Search template

Added by Gerhard Rupp over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
Start date:
2022-02-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

As {searchWord.oper} is uppercase but value for id in XLIFF file is lowercase the f:format.case ViewHelper has to be added to Search template.

Therfore it has to be

<f:translate key="searchFor.{searchWord.oper -> f:format.case(mode: 'lower')}" />&nbsp;{searchWord.sword}

instead of

<f:translate key="searchFor.{searchWord.oper}" />&nbsp;{searchWord.sword}

in line 14 in Search.html

Actions

Also available in: Atom PDF