Bug #71331
closedEpic #65814: Make Indexed search extbase plugin shine
Search results PID
100%
Description
There is no posibility to configure search results target PID, by default action paramter always get current PID,
this behavior prevents using this extension at all.
This issue concerns the fluid based version.
Updated by Tymoteusz Motylewski about 9 years ago
Hi Rafał,
Can you add the configuration you're using and what is expected?
Updated by Rafal Brzeski about 9 years ago
I use default configuration from plugin directory -> https://github.com/TYPO3/TYPO3.CMS/tree/master/typo3/sysext/indexed_search/Configuration/TypoScript
in old version of indexed_search was option like:
search { targetPid = 123 }
I tried to find the same one in extbase version but without luck, documentation say nothing about it
https://docs.typo3.org/typo3cms/extensions/indexed_search/latest/Configuration/TypoScript/Index.html
This setting is very important in case when search box is located on every subpage of website (for example on the top of website),
so results page ID should be configurable
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44716
Updated by Tymoteusz Motylewski almost 9 years ago
Hi Rafał,
Can you test and vote the patch from gerrit?
Thanks
Tymoteusz
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44716
Updated by Tymoteusz Motylewski almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7aa799984e8e6213121a0508283ab1b4502859bb.
Updated by Benni Mack over 4 years ago
- Related to Bug #79921: Indexed_Search ignores targetPid added