[TYPO3-Solr] numericRange only on integer?

Tim Werdin t.werdin at web-vision.de t.werdin
Tue May 8 14:28:18 CEST 2012


I have the following TS:

price {
  label = Preis
  field = price_floatS
  type = numericRange
  numericRange {
    min = 99
    max = 699
    gap = 100
  }
}

But when I try to open the search page on FE I got a lot of error 
messages that the response is not a valid JSON.
Isn't it possible to make a range on a float? Even if I user integer 
min, max and gap?

Regards
Tim



More information about the TYPO3-project-solr mailing list