Stop @recurse with internal filter #303
Labels
A-syntax
Area: query or schema syntax
C-feature-request
Category: request for new future functionality
E-hard
Call for participation: experience needed to fix: hard / a lot.
Hello! I'm trying to use trustfall to query my filesystem and find directories/files with certain properties (in this case, folders whose name is "target"). To do this right now I am defining an "input directory" that defines where the tool should begin to find these files, and then the query recurses until it finds the folder it wants. However, I'd like to stop the recursion when it finds that folder, e.g. output /target/ but not /target/target/. How can I do that? Here's my query as of right now:
Thanks!
The text was updated successfully, but these errors were encountered: