When I type the state abbrieviation in the text field of the Province filter, I get a list of nodes in that state. When I select = and the province name in the Province Selector filter, I get nothing.

I'm wondering if that's because there's no handler for the Province Selector filter or because the value returned by the drop-down menu is a two-letter country code separated from the state abbreviation by a dash rather than the state abbrieviation alone.

CommentFileSizeAuthor
#1 location_province_select_1.patch1.42 KBcsevb10
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

csevb10’s picture

It's because there's no handler for the Province Selector.
I patched this in another thread, but let's move it here since this is more accurate.
+ added my missing break statement

csevb10’s picture

Status: Active » Needs review

Switch status since I forgot, again...

Memeshift’s picture

Woo hoo! It works! I was trying to solve this for the longest time. For others who come here looking for a way to 'fix' their Province Selector functionality this works.

For those needing to know how to patch a module, see here:

http://drupal.org/node/34422#comment-710108

csevb10’s picture

Status: Needs review » Reviewed & tested by the community

Ok, people keep using the patch and saying it solves their problems, so I'm just going to go ahead and assume it's a good fix and switch the status. :-)