Project:CCK Facets
Version:6.x-1.x-dev
Component:Number Facets
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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')
nobody click here