-
I am trying to write a query that seems relatively straight forward but it is not giving me the correct results... I will attempt to describe below: Trying to pull a list of files that have 2 tags in them. tag1 and tag2.
|
Beta Was this translation helpful? Give feedback.
Answered by
M-bot
Jul 29, 2021
Replies: 1 comment
-
To get a list of files with two tags in them, you need to provide only one
Look at this documentation for more info |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
M-bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To get a list of files with two tags in them, you need to provide only one
from
clause whose source is composed usingand
Look at this documentation for more info