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

Question

Question

I need to search on multiple Text Search Terms using AND

asked on May 7, 2024

For example, I am using the "Text" search criteria. When using "AND" I am only given 2 scenarios, I need 3. Is there a way to accomplish this by updating the advanced search syntax box? Below is how the current syntax reads. I need to search this way

City Name

AND

Our Dept

AND

3rd Search Term

Current Search Syntax:

((*city name*) & *our dept*) & {LF:Created>"01/01/2005"} & {LF:LOOKIN="ServerName\Folder"}

0 0

Answer

SELECTED ANSWER
replied on May 8, 2024 Show version history

We suggest use syntax as below:

((*city name*) & (*our dept*) & (*3rd Search Term*)) & {LF:Created>"01/01/2005"} & {LF:LOOKIN="ServerName\Folder"}

 

0 0

Replies

replied on May 8, 2024

This was it thank you! I think I was super close, just off on my open and close paren pattern.

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

Sign in to reply to this post.