rmsstuttgart / rms-ai-search
AI Search extension for TYPO3 - connect your TYPO3 to https://chat.rm-solutions.de/
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
pkg:composer/rmsstuttgart/rms-ai-search
Requires
- fluidtypo3/vhs: ^7.1 || ^8.0
- typo3/cms-backend: ^12.4 || ^13.4
- typo3/cms-core: ^12.4 || ^13.4
- typo3/cms-extbase: ^12.4 || ^13.4
- typo3/cms-frontend: ^12.4 || ^13.4
Requires (Dev)
README
This TYPO3 extension provides AI-powered search functionality. It can connect your search to https://chat.rm-solutions.de/
For an AI-Powered search example see https://rm-solutions.de/suche/
Install
install extension with composer:
composer require rmsstuttgart/rms-ai-search
Template
Include the extension template in your template (Include TypoScript sets). Then you can overwrite the extension template and settings similar to any other TYPO3 extension.
Add this to your main templates constants
plugin.tx_rmsaisearch {
view {
templateRootPath = EXT:your_template/Resources/Private/ext/AiSearch/Templates/
}
}
Add the contents of
EXT:rms-ai-search/Resources/Private/Templates/Search/Search.html to EXT:your_template/Resources/Private/ext/AiSearch/Templates/Search/Search.html and modify structure and classes to match your frontend.
Be aware that some classes / ids are needed for the dynamic content creation with javascript to display the search results and links lists.
Links to static assets for custom integrations of the search form.
Replace the folder name (i.e. 1.1.0) with the version you want to use. See CHANGELOG.md for releases and details
v1.1.0
- https://chat.rm-solutions.de/ext-ai-search-assets/1.1.0/js/app.min.js
- https://chat.rm-solutions.de/ext-ai-search-assets/1.1.0/js/markdown-it.min.js
- https://chat.rm-solutions.de/ext-ai-search-assets/1.1.0/css/app.min.css
v1.0.2