Closed (fixed)
Project:
Address Field
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2012 at 16:35 UTC
Updated:
19 May 2016 at 23:20 UTC
Jump to comment: Most recent
Comments
Comment #1
devonwarren commentedComment #2
adam_b commented+1
Comment #3
devonwarren commentedComment #4
milesw commentedOne way to do this right now is through Location Taxonomize. It will automatically build/maintain a hierarchical taxonomy from Address Field data. Facet API already integrates well with taxonomy, even hierarchical ones, so you'll be good to go.
Comment #5
msti+1
Comment #6
andrew_mallis commented+1
Comment #7
stevenx commented+1
Comment #8
Anonymous (not verified) commented+1
Comment #9
bojanz commentedThere's now https://www.drupal.org/project/apachesolr_addressfield, closing this issue.
Comment #11
user654 commented.
Comment #12
darol100 commentedI have same question that @pinkonomy.
Comment #13
n20 commentedThe address_field module works for search_api & search_api_solr. One thing i discovered though is that country fields are indexed with their 2-letter values and the full name. For example Canada goes into the index as 'ca' & 'canada'. It would be nice to be able to drill down the country field into it's components and tell serch_api_solr exactly what to index.
Comment #14
nedjo@N20
See #1269608: Integrate Addressfield with Search API.