Closed AppWerft closed 5 years ago
In file find/Resources/Private/Partials/ResultCount.html in line 25:
find/Resources/Private/Partials/ResultCount.html
wrong (now):
<f:if condition="{results.numfound}<{settings.count}">
right:
<f:if condition="{results.numfound}<{config.count}">
settings is wrong namespace, right is config. settings.count is always null and the condition cannot work.
settings.count
In file
find/Resources/Private/Partials/ResultCount.html
in line 25:wrong (now):
right:
settings is wrong namespace, right is config.
settings.count
is always null and the condition cannot work.