If a cck field is create with float type, it doesn't appears in faceted search environment.

I have try with :
-integer : ok
-decimal : ok
-float : ko

Comments

freestylegary@yahoo.com’s picture

I fixed this by doing the following:
1) open number_facets.module
2) edit line 15 as

  if ($field['type'] == 'number_decimal' || $field['type'] == 'number_integer' || $field['type'] == 'number_float')