I have an accounting taxonomy like

ABC corp
-FX 9003
-FD 9103
BCD corp
-FX 9003
-FX 3031
-5114

stock, when I type "03" into an autocomplete field I get
-FX 9003
-FD 9103
-FX 9003

I want to see
ABC corp-FX 9003
ABC corp-FD 9103
BCD corp-FX 9003

I also need to support typing "a 00"
ABC corp-FX 9003

the hierarchy selection modules are similar but don't seem to support auto

Is there something like this now i have missed?

Comments

pixelsweatshop’s picture

You could do this if your tax field is an entity reference and use the entity ref view module to build your list. Rewrite the field to add the parent term then use exposed to use Global: Combine fields filter to search.

smalltalkman’s picture

thanks

I found Hierarchical Term Reference Autocomplete which is fine for now.