2017 © Pedro Peláez
 

typo3-cms-extension indexedsearch-addmarkers

Add some custom markers to indexed_search search results

image

webit-de/indexedsearch-addmarkers

Add some custom markers to indexed_search search results

  • Tuesday, January 9, 2018
  • by webit
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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

  • PHP
  • TYPO3

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)

The Versions

09/01 2018

dev-master

9999999-dev https://github.com/webit-de/typo3-indexedsearch_addmarkers/

Add some custom markers to indexed_search search results

  Sources   Download

GPL-2.0+

The Requires

 

09/01 2018

1.0.0

1.0.0.0 https://github.com/webit-de/typo3-indexedsearch_addmarkers/

Add some custom markers to indexed_search search results

  Sources   Download

GPL-2.0+

The Requires