[TYPO3-Solr] Indexer fieldProcessingInstructions on dynamic fields?

Albert van der Veen albert.van.der.veen at xs4all.nl
Fri Sep 7 16:08:59 CEST 2012


It actually works when placed in my main solr typoscript setup. It 
didn't when I put it in a page-specific setup, using a condition, but I 
guess it doesn't make sense to put the indexing stuff there.

So this doesn't work:

[globalVar = TSFE:id = 1483]
plugin.tx_solr {
	index {
		fieldProcessingInstructions {
	    		instances_stringM = timestampToIsoDate
     		}
	}
}
[global]

But this does:

plugin.tx_solr {
	index {
		fieldProcessingInstructions {
	    		instances_stringM = timestampToIsoDate
     		}
	}
}

best,
Albert

On 7-9-2012 15:21, Albert van der Veen wrote:
> Hi all,
>
> Is this supposed to work?


More information about the TYPO3-project-solr mailing list