replied on October 3, 2014
So we were able to figure that part out...but the issue we now have is that with a typical Client...you can search for field "First Name"=Daryl and it will find all documents where first name is Daryl. If you also search for "LastName"=Foxhoven, then it narrows down to ONLY those documents that have Daryl Foxhoven. In the Weblink Search Form...we can't seem to get it to work when we try to do our search query. Our form we have a field that is searching for First Name: {[]:[First Name]="%(SearchTerm)"} | {[]:[01-First Name]="%(SearchTerm)"} so it searches for that name in both fields, but then we also have a field that is searching for Last Name:{[]:[Last Name]="%(SearchTerm)"} | {[]:[01-Last Name]="%(SearchTerm)"}. I would think that when I enter Daryl in the First Name and Foxhoven in the Last Name it would only find those documents with Daryl AND Foxhoven in those fields...but it's still finding ALL documents with the First Name Daryl regardless.