Problem/Motivation
Thank you for this great model, it sort out a huge problem where you want one "sub-taxonomy" term connected to multiple "Parent" taxonomy terms and still be able to filter for them without adding multiple children of the same kind under each parent, but i cant seem to get this to work. I'm sure I'm missing something stupid, but by the likes of me I cant figure it out.
Steps to reproduce
Environment:
Drupal 9.4.1
PHP: 8
Form Filter Fields: 8.x-1.4
I've set up two taxonomy terms with their fields configure as follow.
1.) Category:
Name : Text field
2.) Subcategory
Name : Text field
Category : Taxonomy term - Reference type set to Category.
I continued to views and created a new view as follow's.
that returns the values as follow.
Is this even correct? I hope so. I then started to create a content type of internet details and added 2 Taxonomy term fields. The one is referencing the category taxonomy and the other one is referencing the subcategory field.
After that I followed the link admin/config/content/form_filter_fields to start to configure the form filter fields configuration as such.
and currently the configuration is displaying this.
I hope I'm still on the right track over here. Where the problem comes in is when I want to add new content of internet details and select a value in the category field I can see the throbber spinning, but once it has finished spinning the values in subcategory does not get limited accordingly to to the category select, it keeps on displaying all the fields in the subcategory list, but if I test the view and provide a filter to it, it works perfectly. I sincerely hope someone can help me getting this module to work.