You are viewing limited content. For full access, please sign in.

Question

Question

Can we search by reg exp?

asked on December 1, 2020

Hi all.

Can we search some documents using reg exp?

E.G. : "document \d{1,5}"

 

Regards

0 0

Replies

replied on December 9, 2020

I found this

{LF:name="document [0-9][0-9][0-9][0-9][0-9]", Type="DFS"}

 

Its like "document \d{5}"

2 0
replied on December 7, 2020

search from client app search bar? or like from a workflow stand point? 

0 0
replied on December 9, 2020

@Ethan Park,

Yes from client app search bar.

0 0
replied on December 9, 2020

I think your custom search query is the best method. 

 

maybe consider playing around with the fuzzy level so that you are not retrieving unnecessary results

0 0
replied on December 8, 2020

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!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.