Download the PHP package webit-de/indexedsearch-addmarkers without Composer
On this page you can find all versions of the php package webit-de/indexedsearch-addmarkers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webit-de/indexedsearch-addmarkers
More information about webit-de/indexedsearch-addmarkers
Files in webit-de/indexedsearch-addmarkers
Package indexedsearch-addmarkers
Short Description Add some custom markers to indexed_search search results
License GPL-2.0+
Homepage https://github.com/webit-de/typo3-indexedsearch_addmarkers/
Informations about the package indexedsearch-addmarkers
Indexed Search Add Markers
:collision: Abandoned - This repository is not maintained anymore!
With the help of this extension the administrator is able to add custom markers to EXT:indexed_search.
This is necessary if a website has several languages, but the administrator want's to avoid having several templates just to localize some strings.
The current status of the extension is a very low alpha, it does not do very much yet. At this point of time it just adds custom markers to a row.
Requirements
- PHP
- TYPO3
Installation
TER Entry http://typo3.org/extensions/repository/view/indexedsearch_addmarkers/
Packagist Entry https://packagist.org/packages/webit-de/indexedsearch-addmarkers/
Usage
The following example TypoScript is adding the marker relevance to a row of the search result (dont forget to add ###RELEVANCE### to your template file) and modifies the title-marker.
### Additional markers for indexed search
plugin.tx_indexedsearchaddmarkers {
rowView {
markers {
relevance = TEXT
relevance {
value = Relevance
lang.de = Relevanz
lang.fr = Pertinence
lang.cz = Relevance
wrap = |:
}
#title = TEXT
#title {
# field = item_title
# wrap = <em>|</em>
#}
}
}
}
Source
https://github.com/webit-de/typo3-indexedsearch_addmarkers/
License
GNU General Public License version 2
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
Author
Dan Untenzu ([email protected]) for webit! Gesellschaft für neue Medien mbH (http://www.webit.de/)
Changelog
./Changelog.md
Contribution
TYPO3 - inspiring people to share!
This TYPO3 extension is Open Source, so please use, patch, extend or fork it.