[TYPO3-Solr] numericRange only on integer?

Tim Werdin t.werdin at web-vision.de t.werdin
Tue May 8 16:51:31 CEST 2012


Ok found the problem.
Other than the wiki tells us the correct attributes are not min and max 
but start and end.

So it is:
price {
  label = Preis
  field = price_floatS
  type = numericRange
  numericRange {
    start = 99
    end = 699
    gap = 100
  }
}

On 2012-05-08 12:28:18 +0000, Tim Werdin said:

> 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