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

Question

Question

Search Wildcards Syntax

asked on September 22, 2024

Hello everyone.
I'm on Laserfiche web client and I'm trying to find all PDF documents whose “Field” field contains at least one character but not the value “admin”. My users don't know how to use the search syntax. Is it possible to use wildcards?

I've tried :
Field: “-admin
Field: “*-admin
Field : “not admin”
Field: “*[-admin]”

But all I got were failures.

 

Thanks in advance

Regards

0 0

Replies

replied on September 23, 2024

One of the following search syntax should do this for you (assuming the field is literally named "Field"):

{[]:[Field]="*"} - {[]:[Field]="Admin"}

{[]:[Field]="*"} & {[]:[Field]<>"Admin"}

3 0
replied on September 23, 2024

Hello Nigel Maddocks and thank you for your attention.

I've mastered syntax search, but not all users have; I try to get the same result without using syntax.

What's a pity is that you can search for all documents by entering “*” in the search field, but you can't exclude them simply by adding a “-” in front of the term, as is already the case on Google's search pages.

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

Sign in to reply to this post.