webit-de / indexedsearch-addmarkers
Add some custom markers to indexed_search search results
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=5.5.0
- typo3/cms-core: ^4.5 || ^6.2
Replaces
- indexedsearch_addmarkers: 1.0.0
- typo3-ter/indexedsearch_addmarkers: 1.0.0
This package is auto-updated.
Last update: 2019-04-24 13:06:22 UTC
README
💥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 (untenzu@webit.de) for webit! Gesellschaft für neue Medien mbH (http://www.webit.de/)
Changelog
Contribution
TYPO3 - inspiring people to share!
This TYPO3 extension is Open Source, so please use, patch, extend or fork it.