visol/solrmultilangresults

Displays a hint about search results in other languages of a website

Installs: 3 989

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 2

Type:typo3-cms-extension

3.0.0 2022-12-14 17:28 UTC

This package is auto-updated.

Last update: 2024-04-14 21:54: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.

Screenshot of frontend

Compatibility and Maintenance

This package is currently maintained for the following versions:

TYPO3 Version Package Version Branch Maintained
TYPO3 11.5.x 3.x master Yes
TYPO3 8.7.x - 10.4.x 2.x - No
TYPO3 6.2.x 1.x - No

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!