I try to figure out how the filter widget should work.
Chek the video below.
I got a structure like this:
Catogories:
1.
1.1.
1.2.
I first check the Category 1, next check the category 1.1 inside the category 1 and I get a result which contains all info form category 1, i.e. 1.1. and 1.2. courses, which is not correct, I suppose. Ofc I may uncheck manually category 1, and I will get only results from 1.1., but that is not userfriendly. Will you improve the filter functionality?
https://youtu.be/UNK-vQpTeCk
We are using the wordpress query in the filter widget and it applies the " OR " operator between multiple categories selected not the " AND " operator .
The child category courses will show when only the child category is selected in the widget .