Problem/Motivation
The 'Has taxonomy terms (with depth)' filter does not modify the query at all.
To reproduce:
- Add 3 terms to the 'tags' vocab, and nest them under each other
- Create a view of article content
- Add the 'Has taxonomy terms (with depth)', and set depth to 3
- Update the view preview and note the SQL does not change at all (eg, the filter is not applied)
Proposed resolution
Fix the filter and add tests.