Hi all.
Can we search some documents using reg exp?
E.G. : "document \d{1,5}"
Regards
Hi all.
Can we search some documents using reg exp?
E.G. : "document \d{1,5}"
Regards
I found this
{LF:name="document [0-9][0-9][0-9][0-9][0-9]", Type="DFS"}
Its like "document \d{5}"
search from client app search bar? or like from a workflow stand point?
Hi Olivier,
I don't think you could do this directly through a search, you could build a workflow that iterates through search results looking for a particular pattern in the filename, then adds a tag to the documents. You could then search for that tag in the client to group them together in a single search.
Hope this helps!