[TYPO3-Solr] Problem formating data from SOLR_RELATION

Tim Werdin t.werdin at web-vision.de t.werdin
Tue May 15 13:06:13 CEST 2012


On 2012-05-08 16:53:07 +0000, Ingo Renner said:

> How about wrapping the SOLR_RELATION cObj in a TEXT or COA cObj...

Thanks Ingo I thougth that this wouldn't be possible.
Here is a solution for others that have a similar problem:

plugin.tx_solr.index.queue.wv_stx3.fields {
  leasingrate_stringS = COA
  leasingrate_stringS.10 = SOLR_RELATION
  leasingrate_stringS.10.localField = leasing
  leasingrate_stringS.stdWrap.ifEmpty = 0,00
  leasingrate_stringS.stdWrap.numberFormat.dec_point = ,
  leasingrate_stringS.stdWrap.numberFormat.thousands_sep = .
  leasingrate_stringS.stdWrap.numberFormat.decimals = 2
  leasingrate_stringS.stdWrap.noTrimWrap = || €|
}

regards
Tim



More information about the TYPO3-project-solr mailing list