It would be really useful for a site I'm doing if I could use the postal_code field as a Views argument, I was surprised this wasn't already added.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | location-n565564.patch | 628 bytes | damienmckenna |
It would be really useful for a site I'm doing if I could use the postal_code field as a Views argument, I was surprised this wasn't already added.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | location-n565564.patch | 628 bytes | damienmckenna |
Comments
Comment #1
damienmckennaHere's a simple patch that just exposes the postal_code value as a standard Views argument string. Not the cleanest, but it's better than what we currently have ;-)
Comment #2
ennobln commentedDoesn't work!
Comment #3
R.J. Steinert commentedI got it working in 6.x-3.1-rc1 but I need to make the patch file from 6.x-3.1-dev correct?
Comment #4
Dustin Currie commentedSee http://drupal.org/node/606342 for a more complete implementation of this feature
Comment #5
damienmckennaI'm more than happy to mark this as a duplicate of #606342: Views Argument Handler for Proximity.