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

Question

Question

How do I find documents excluding the documents that have Link Groups?

asked on October 5, 2014

I seems to have difficulty searching for documents with Link Groups.  I can not find all the link group documents without putting some value in comment.  I normally use "attachment" as value in comment section but I don't think it returns all the linked groups documents:

 

First, I need a value which will return every link group documents?

Second, I need to find document that don't have link groups in them?

I appreciate the help.

 

Thansk

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on October 6, 2014

This advanced search syntax will return all documents that are not part of a link group:

 

{LF:Name="*", Type="DB"} - ({LF:LinkGroupComment="*"} | {LF:LinkGroupComment=""})

 

It basically takes all documents and subtracts documents with an empty link group comment or a non-empty link group comment.

1 0
replied on October 6, 2014

Thanks Robert, It worked. It was exactly what I needed.

0 0

Replies

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

Sign in to reply to this post.