subhh / libconnect

Diese TYPO3-Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.
GNU General Public License v2.0
8 stars 8 forks source link

Task: Remove compare ViewHelper #21

Closed christophlehmann closed 2 years ago

christophlehmann commented 3 years ago

Fluid has built-in support for string comparison since 8.7 so one can write

<f:if condition="{searchKey} == 'zugaenge'">
...
</f:if>

instead

<f:if condition="{libconnect:compareNp(a: searchKey, b: 'zugaenge')}">
...
</f:if>
percolatorWitt commented 2 years ago

I removed the compare view helper.