tomvo Posted February 2 Share Posted February 2 I want to create a workflow where there are 3 search parameter inputs. 1 is a word that's present in the file 2 or 3 (optional) a word in the filename 2 or 3 (if starting with a .) (optional) the filetype so to distinguish between 2 and 3 , the leading . should be used all parameters are space separated this is what I made so far, but I'm not sure if I'm on the right track Link to comment
vitor Posted February 2 Share Posted February 2 Use the Split Args to split to different variables (as opposed to arguments), and use those. But use a consistent separator (e.g. always space, or always comma, or always period). The way you’re describing is possible, but not unless you write the code to make the splits since your rules vary. Link to comment
tomvo Posted February 2 Author Share Posted February 2 so the splitter splits in variables but I'm not so sure what I need to put in the file filter for it to trigger the search, it seems to come up with nothing Link to comment
vitor Posted February 2 Share Posted February 2 (edited) Can you explain in detail what you’re trying to accomplish? A File Filter searches directly: you set up a keyword for it, call it, and type to search. The Keyword Input in there is atypical but maybe you have a reason for it (hence why I’m asking; I need to understand the reasoning to point you in the proper direction). Edited February 2 by vitor Link to comment
tomvo Posted February 4 Author Share Posted February 4 Sometimes I have a file that I know some key content words of, but those might also appear in filetypes that are not relevant at the moment, so I would like to be able to provide the search as much content as I know in order to get the right file Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now