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

Question

Question

Search where two different files are in a folder

asked on May 15, 2017

I need to locate all the folders in the repository (there are thousands) where the folder contains at least one document that contains the name "My Document" AND it also contains another document that contains the name "Your Document". 

We are using Web Client v10.2.

Is this possible?

0 0

Replies

replied on May 15, 2017

It satisfies both conditions because the folder(s) has children with both names.  The search example was for the exact name, you can add wildcards like this:

{LF:ChildName="*your document*"} & {LF:ChildName="*my document*"}

 

2 0
replied on May 15, 2017

Using Advanced Search Syntax:

{LF:ChildName="your document"} & {LF:ChildName="my document"}

 

0 0
replied on May 15, 2017

This is coming up with no results.  Your answers does not seem right to be because the Child Name cannot be both values.  I need to know if there are two different documents, each with one of the two names in the same subfolder.

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

Sign in to reply to this post.