No results are being found after switch to checkboxes from a multiselect field..
we have the taxonomy vid_cats, in the video you can see that it finds me the one result when I select the findme category..
once I change the field to checkboxes instead and select the same category, it finds no results.
The issue is going to be the checkbox logic for taxonomies. By default, all terms should match, and the unchecked checkboxes are considered as exclusions. I think in your case a different logic would be better, to work the same way as a multiselect: https://i.imgur.com/RafrFvJ.png
Next problem is that we’re using the option to hide child checkboxes until the parent is selected (thanks for adding that!)
When we press the reset button, it doesn’t hide the child categories again, it leaves them exposed..
Would it be possible to take care of that so that it resets back to it’s original state on reset?