[TYPO3-Solr] Problem with cross domain links
Peter Kraume
usenet at kraume.de
Tue Feb 4 11:05:50 CET 2014
Am 31.01.2014 17:32, schrieb Peter Kraume:
>
> How do you create the links for pages? Do you use
> plugin.tx_solr.index.queue.pages.fields for that? I'm not sure how to
> create a typolink there for the field "url".
>
Solved. Big kudos to Jigal van Hemert!
plugin.tx_solr.index.queue.pages.fields.absoluteUrl_stringS = TEXT
plugin.tx_solr.index.queue.pages.fields.absoluteUrl_stringS {
typolink {
parameter.field = uid
returnLast = url
forceAbsoluteUrl = 1
}
}
Furthermore you need to add this to
plugin.tx_solr.search.results.fieldRenderingInstructions.url
pages = TEXT
pages.field = absoluteUrl_stringS
Cheers
Peter
More information about the TYPO3-project-solr
mailing list