Float cck field
ndm - July 31, 2009 - 17:19
| Project: | CCK Facets |
| Version: | 6.x-1.x-dev |
| Component: | Number Facets |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#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')