Why is this Search Query not working?
- In the LF Client, the Search Syntax that I want is this: {LF:Name="20*", Type="D"} & {LF:Created="2017-03-08"}
- In the WF, I know I need to replace today's date with the date token: {LF:Name="20*", Type="D"} & {LF:Created>"%(Date)"}
The WF is set to run each day, pull up "today's" newly created documents, and then for each one found, do a task for me. But the Search Repository activity is not finding any documents. When I try the "Test Search Query" it shows that the date token is coming up blank (takes me to this little window - see below) and then gives me this error message: "The search parameter is invalid. [9245]". I have tried it without the quotes around the date token, as well; resulting in the same thing, just a different search error number.
Can anyone see what is wrong in the Search Query?