[TYPO3-Solr] Re: Dynamic solr link based on page TypoScript Configuration
Robert W
rewebit at gmail.com
Mon Sep 15 17:06:35 CEST 2014
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
...
}
}
}
More information about the TYPO3-project-solr
mailing list