HI

Any one have working on the Exposed Address Field for CCK issue?

it is not filtering,

Note that the version is 6.x-1.0-alpha1

may be Issue. Please have a Look.

வினோத் - Vinoth

Comments

kulfi’s picture

Any progress on this front?

I'm not a coder but I did discover the following with the Devel module:

filter

Array
(
    [0] => Array
        (
            [vid] => 1
            [tablename] => 
            [field] => node.biotype
            [value] => bio
            [operator] => =
            [options] => 
            [position] => 0
            [id] => node.biotype
        )

    [1] => Array
        (
            [vid] => 1
            [tablename] => 
            [field] => node_data_field_address.field_address_street1_default
            [value] => 
            [operator] => contains
            [options] => 
            [position] => 1
            [id] => node_data_field_address.field_address_street1_default
        )

)

exposed_filter

Array
(
    [0] => Array
        (
            [vid] => 1
            [field] => node_data_field_address.field_address_street1_default
            [label] => 
            [optional] => 0
            [is_default] => 0
            [operator] => 0
            [single] => 0
            [position] => 0
            [id] => node_data_field_address.field_address_street1_default
        )

)

The CCK Address field as an exposed filter only uses the 'street' subfield. How can this be corrected to include all the address fields?

NewZeal’s picture

Status: Active » Closed (fixed)

Issue more than 6 months old