79287815

Date: 2024-12-17 12:20:41
Score: 3
Natty:
Report link

If anyone getting same issue in version 12. Then this will works for version 12.

I have an alternative solution for this issue.

I created userFunc using COA lib object. And attach f:cObject viewhelper where I need search form of index search in Fluid Template.

<f:cObject typoscriptObjectPath="lib.searchbox"/>

Here is code for userFunc in typoscript.

lib.searchbox = COA
lib.searchbox {
    1000 = USER
    1000 {
        userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
        vendorName = TYPO3\CMS
        extensionName = IndexedSearch
        pluginName = Pi2
        controller = Search
        action = search
    }
}

By following configuration Pagination is working fine.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): getting same issue
  • Low reputation (1):
Posted by: Chetan Shah