[TYPO3-Solr] Solr Extension for typo3 - Wrong URL

Hauke Meyer meyer at visionconnect.de
Mon Jun 24 16:58:12 CEST 2013


Am 14.11.2012 18:07, schrieb Ingo Renner:
> Am 07.11.12 15:16, schrieb Michael Zimmermann:
>
>> The site value contains no http:// or https://
>
> that should be easy to add the same way...
>
>
Just to complete this:

plugin.tx_solr.search.results.fieldRenderingInstructions.url.default >
plugin.tx_solr.search.results.fieldRenderingInstructions.url.default = COA
plugin.tx_solr.search.results.fieldRenderingInstructions.url.default {
    5 = TEXT
    5.value = http://
    10 = TEXT
    10.field = site
    15 = TEXT
    15.value = /
    20 = TEXT
    20.field = url
    20.htmlSpecialChars = 1
    20.htmlSpecialChars.preserveEntities = 1
}

Cheers
Hauke


More information about the TYPO3-project-solr mailing list