[SOLVED] Ke_search Templates not available in Site-Configuration

Typo3 Version: 13.4.3
Extensions: Site_package, news, content-blocks, ke_search

In site-configuration I can not include the ke_search Templates.

In the backend the plug-ins are available, the indexer is running, but there are no templates found.

Does somebody know the reason and a way out?

Hey!

The “Sets for this Site” configuration refers to Site Sets, and it looks like ke_search doesn’t have any yet. (You can verify this with the codebase not having a Configuration/Sets folder yet)

So you need to go the traditional way of including the TypoScript set in the TypoScript module instead!

1 Like

Thank you. You’re absolutely right. But I don’t get into that edit mode. I only get a message that I use site sets… see screenshot. I’m sorry I work with typo3 as an “little” admin for many years and learned a lot since then. But I’m not a professional and documentation is almost not very helpful.
So I would be very happy if you could show me the steps to include the template in my actual situaton.

Is that the correct way?
I added this line in my setup.typoscript:
@import ‘EXT:ke_search/Configuration/TypoScript/setup.typoscript’

Yes, that should be correct! (maybe you also need to do the same in your constants.typoscript for the counterpart in ke-search)

Yes, I did that. Thanks a lot.