I am using autocomplete exposed filter in views for country/city with depth which is working fine but there are many identical city names.

When user types XYZ he sees 2 entries: "XYZ" "XYZ" and has no clue which one belongs to which country.

I would like to show depth of the tree: "ABC-XYZ" "DEF-XYZ" in autocomplete.

I am not sure would this module help me solve this ?

Comments

vasike’s picture

Status: Active » Postponed

Unfortunately this module doesn't know about hierarchies, it only concerns about the text/data for the field using the filter operator.

You can try http://drupal.org/project/chosen
But i'm not sure you'll have the "ABC-XYZ", "DEF-XYZ" you need.

vasike’s picture

Issue summary: View changes
Status: Postponed » Closed (works as designed)