mattweber / solr-for-wordpress

A WordPress plugin that replaces the default WordPress search with Solr
85 stars 36 forks source link

Hierarchical custom taxonomy #35

Closed alxvallejo closed 12 years ago

alxvallejo commented 12 years ago

I've successfully index my custom taxonomy terms but they are not hierarchical like the categories field. I'm working on a fix but if anyone has a solution, let me know.

mattweber commented 12 years ago

Yea, taxonomy is only supported for categories. You can define a field like categories, do the same indexing logic, then look at the code starting at line 788 of solr-for-wordpress.php so see how to display it in the UI.