I was able to create the View(s) without any issue and it looked great.
Then I simply wanted to place an AJAX powered SELECT field at the top of the page that would allow the user to select a particular STATE from the dropdown and that only that STATE would appear (using AJAX).. with all of its corresponding DISTRIBUTORS.
Much to my surprise, you do not allow custom searches for a Taxonomy View.
How do I accomplish this?
I was able to do a workaround by creating the STATES as a CPT and using a Parent-Child Relationship... and you can see the result here.. hidden link but I would really prefer to use Taxonomies for the states. That way a DISTRIBUTOR can be assigned to several different STATES. How is this possible?
Hello. Thank you for contacting the Toolset support.
I understand your requirement but as you already know custom search is supported only on post view. You want to group by your posts by states which you already did it but its not possible to add the filter to taxonomy view. You can say this is a limitation.
You chose another way to achieve your goal by setting up State as post type and using post relationship. That's the only solution available for now. I suggest you should go with that.