Axis 7000 User Manual page 107

Network document server
Hide thumbs Also See for 7000:
Table of Contents

Advertisement

AXIS 7000/FX User's Manual
The attribute types are used to create search filters. There are six types
of basic search filters and the syntax of the filters is in the
<attribute><operator><value> format. Complex search filters can
easily be constructed by combining these basic search filters and other
complex filters using the Boolean operations AND, OR and NOT. The
six basic filter components are presented in the table below:
Filter Type
Format
Equality
(<attr>=<val
ue>)
Approximate
(<attr>~=<va
lue>)
Substring
(<attr>=[<le
ading>]*[<an
y>]*[<traili
ng>])
Greater than
(<attr>>=<va
or equal
lue>)
Less or
(<attr><=<va
equal than
lue>)
Presence
(<attr>=*)
Example
Matches
Surnames
(sn=Smith)
exactly equal to
Smith.
Surnames
(sn~=Smitt)
approximately
equal to Smitt
(for example,
that sounds like
Smitt - note the
misspelling).
Surnames
(sn=*smith*)
containing the
string "smith".
Surnames
(sn=smith*)
starting with
"smith".
Surnames
(sn=*smith)
ending with
"smith".
Surnames
(sn=s*mi*th)
starting with "s",
containing "mi"
and ending with
"th".
Surnames
(sn>=Smith)
lexicographically
greater than or
equal to Smith.
Surnames
(sn<=Smith)
lexicographically
less than or
equal to Smith.
All surnames.
(sn=*)
107
LDAP

Advertisement

Table of Contents
loading

This manual is also suitable for:

7000/fx

Table of Contents