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
7 stars 31 forks source link

TYPO3 v12: Add "ignorePageTypeRestriction" to TCA configs #212

Closed dimitri-koenig closed 6 months ago

dimitri-koenig commented 7 months ago

Without this settings you cannot see nor add new configs via list module. Required for TYPO3 v12.

christianbltr commented 7 months ago

In my TYPO3 12 environment I can create indexer configurations without this patch.

Does this relate CSP features of TYPO3 12? Maybe related to https://github.com/tpwd/ke_search/issues/194?

dimitri-koenig commented 7 months ago

Hm, I just setup a completely fresh installation with ke_search installed. Still nothing:

Screenshot-2024-02-02-13 41 03
christianbltr commented 7 months ago

According to your screenshot you are on the root page (PID 0).

You will first have to create a sysfolder and in that sysfolder you then can create indexer configurations, see https://docs.typo3.org/p/tpwd/ke_search/main/en-us/QuickStart/Index.html#create-pages

dimitri-koenig commented 7 months ago

Hm, it works only with Sysfolders. Please consider accepting this PR since not everybody wants to be forced to work this way. In my installations there are many core "configs" on the root page. This PR solves that issue.

dimitri-koenig commented 6 months ago

Yeah, thx a lot!