Hi There,

I am using your great module but I am trying to achieve something that I need help with.

I have a set of "features" associated with a node, and each node can have multiple features (all of them if applicable). Originally I had a separate CCK check box field for each feature which meant as I drilled down into the search using Faceted Search I could choose Facility 1, and then it would allow me to choose another Feature if appropriate. The problem was however that it looked horrible because each field was listed individually with its own header in the faceted search where I just wanted for example:
Features
- Feature 1 (25)
- Feature 2 (45)
- Feature 3 (78)

So I changed to use an Integer field with Checkboxes where the all the options are inside just one CCK field. Now, this looks as I wanted it to above, but I can now only select one option from the choice of Feature. So for example if I choose Feature 1, then I can't choose any more Features.

Is there anything I can do to allow multiple choice of faceted options as I search, just like I can choose multiple check boxes for the CCK field?