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

Question

Question

syntax to look up multiple document ID's

asked on February 25, 2021

I would like to lookup a specified list of document ID's in my repository.  I can use [LF:ID=4488} for a single search.  How can I write the syntax to accept multiple values?

Thanks

John

0 0

Answer

SELECTED ANSWER
replied on February 25, 2021

You can use the pipe ( | ) character to mean OR with search criteria.  Example: 

{LF:ID=1} | {LF:ID=2} | {LF:ID=3} | {LF:ID=4} | {LF:ID=5} | {LF:ID=6}

 

2 0

Replies

replied on February 25, 2021

Thanks

1 0
replied on February 25, 2021

You are welcome.

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

Sign in to reply to this post.