79287717

Date: 2024-12-17 11:46:29
Score: 0.5
Natty:
Report link

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):
  • Low reputation (1):
Posted by: Chetan Shah