Exclude child tags of tag in WHERE condition #2012
Unanswered
finn-matti
asked this question in
Q&A
Replies: 1 comment
-
Not exactly a solution, but it seems you could get away with using
since parent tags are not included in If you want to exclude files containing both
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I envision the following DQL query:
How do I construct the WHERE condition here? I could se excluding all child tags of #main/topics manually (AND !econtains(this.file.etags, "#main/topics/child1") AND …), but there probably is a better way, right?
Beta Was this translation helpful? Give feedback.
All reactions