I use CCK Facets to filter content by safety rating. The "Rating" field is created as a CCK Number fields with values 0 through 10 (0 is the safest). Ratings 1 through 10 work fine, but 0 returns an empty result set. It must be an "if" statement somewhere that evaluates "0" as FALSE and skips processing.

Please point me to the module/function that needs to be modified to rectify this.

In addition, I would like to select content using a range from 0 through x (x is the selection). Would be ideal to use a slider. So, if the user selects 2 then then content with Rating within the range 0 through 2 will be selected. Can this be done in Faceted Search? Exhibit handles it very nicely but it has other issues.

Comments

david lesieur’s picture

Category: support » bug
Status: Active » Closed (duplicate)