tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
8 stars 31 forks source link

Startingpoint field not visible in v13 #251

Open s2b opened 2 days ago

s2b commented 2 days ago

In my v13 installation, the Startingpoint (pages) tt_content field is not visible anymore for search plugins. My guess would be that this is related to the switch from list_type to CType. As this is necessary to configure the plugins properly, it should be added again.

In my project I use the following TCA workaround for now:

ExtensionManagementUtility::addToAllTCAtypes(
    'tt_content',
    'pages',
    'ke_search_pi1,ke_search_pi2,ke_search_pi3',
    'after:pi_flexform',
);
bh-teufels commented 2 hours ago

Same here on TYPO3 12.4.22 ke_Search 6.0.0

after documentary i should:

Fill in the field Record Storage Page in the Tab Plugin > General with the folder that you created in step 2 (our example: Search data).

but Record Storage Page missing in "Searchbox" Plugin