visol / solrmultilangresults
Displays a hint about search results in other languages of a website
Installs: 4 264
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
Requires
- apache-solr-for-typo3/solr: ^11.5 || 11.5.x-dev
- typo3/cms-core: ^11.5
This package is auto-updated.
Last update: 2024-12-14 23:11:58 UTC
README
This extension displays a hint about search results in other languages of a website and provides a link to the search in the according language.
Compatibility and Maintenance
This package is currently maintained for the following versions:
Installation
The extension was developed for Solr 11.5 and runs on TYPO3 11.5 LTS.
Installation with Composer:
composer require visol/solrmultilangresults
- Activate extension
- Add the Static TypoScript file and adapt the configuration if needed.
- Make sure JQuery is installed in your website if you plan to use the bundled JS file.
- Embed Resources/Public/JavaScript/SolrMultiLangResults.js to your website. An example can be found in the TypoScript file.
- Make sure that a container
<div class="solrmultilangresults-container"></div>
is part of the page where you use the plugin. A good idea is to place it in the EXT:solr results template. - Add the plugin on the site that contains the Solr search plugin.
Configuration
plugin.tx_solrmultilangresults {
settings {
# Languages to be excluded
#excludedLanguages = 2,3
}
}
Credits
Developed by visol digitale Dienstleistungen GmbH, www.visol.ch
Pull requests and improvements are welcome!