Exposed Address Field for CCK

4vinoth - July 14, 2008 - 15:42
Project:Address field for CCK
Version:5.x-1.0
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

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

#1

kulfi - September 1, 2008 - 07:57

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?

#2

New Zeal - July 23, 2009 - 03:36
Status:active» closed

Issue more than 6 months old

 
 

Drupal is a registered trademark of Dries Buytaert.