[TYPO3-Solr] Dynamic solr link based on page TypoScript Configuration
Johann Höchtl
jhoechtl at gmail.com
Mon Sep 15 17:13:23 CEST 2014
Because the extension translates this typoscript to:
title = TEXT
title.field = pid
title.insertData = 1
So you could use:_
url = TEXT
url {
typolink.parameter = TEXT
typolink.field = pid
typolink.insertData = 1
}
Am 15.09.2014 um 17:06 schrieb Robert W <rewebit at gmail.com>:
> A question when looking at the example of indexing the tt_news extension. How is it that the "title" field can be populated with the pid, but down inside the "url" field (typolink.parameter) the pid value is not available? - Thanks in advance.
>
> // enables indexing of tt_news reocrds
> tt_news = 1
> tt_news {
> fields {
> ...
> title = pid
> ...
> // build the URL through typolink, make sure to use returnLast = url
> url = TEXT
> url {
> typolink.parameter = pid
> ...
> }
> }
> }
> _______________________________________________
> TYPO3-project-solr mailing list
> TYPO3-project-solr at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-solr
More information about the TYPO3-project-solr
mailing list