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

Question

Question

Weblink 10.2 - Search Form Within Folder?

asked on June 8, 2018

Trying to use a search form  to  search within a specific folder:

 

This is returning every document with "ABC\Customer Files"... 

What is wrong? Please help!

Thanks 

0 0

Replies

replied on June 8, 2018 Show version history

Your first condition is set to "Any" which is giving you an and/or on the search parameters. You should change the first condition to "All" and create a sub "Any" condition for the top two fields/parameters.

Currently it is evaluated as follows:

If matches AccountNumber OR Location OR matches Folder

What you want is

If (matches Folder) AND (matches AccountNumber OR Location)

 

Matches ALL constraints

      LOOKIN Folder

      Matches ANY constraints

             Location matches

             AccountNumber matches

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

Sign in to reply to this post.