Indexed Search Add Markers
:collision: Abandoned - This repository is not maintained anymore!, (*1)
With the help of this extension the administrator is able to add custom markers to EXT:indexed_search., (*2)
This is necessary if a website has several languages, but the administrator want's to avoid having several templates just to localize some strings., (*3)
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., (*4)
Requirements
Installation
TER Entry http://typo3.org/extensions/repository/view/indexedsearch_addmarkers/, (*5)
Packagist Entry https://packagist.org/packages/webit-de/indexedsearch-addmarkers/, (*6)
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., (*7)
### 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/, (*8)
License
GNU General Public License version 2, (*9)
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html., (*10)
Author
Dan Untenzu (untenzu@webit.de)
for webit! Gesellschaft für neue Medien mbH (http://www.webit.de/), (*11)
Changelog
./Changelog.md, (*12)
Contribution
TYPO3 - inspiring people to share!, (*13)
This TYPO3 extension is Open Source, so please use, patch, extend or fork it., (*14)