FindGE (LDAP function): Difference between revisions
m (1 revision) |
m (1 revision) |
||
Line 8: | Line 8: | ||
<var>FindGE</var> with a search string | <var>FindGE</var> with a search string | ||
of <code>A</code> for the attribute type <code>sn</code>, for example, | of <code>A</code> for the attribute type <code>sn</code>, for example, | ||
would find every entry keyed with an &ldquo;sn&rdquo; value that begins with | would find every entry keyed with an &amp;ldquo;sn&amp;rdquo; value that begins with | ||
&ldquo;A&rdquo;. | &amp;ldquo;A&amp;rdquo;. | ||
==Syntax== | ==Syntax== | ||
<p class="syntax">[%st =] %ld:FindGE( attrib, searchString, %doc, - | <p class="syntax">[%st =] %ld:FindGE( attrib, searchString, %doc, - | ||
[,&nbsp;AttributesOnly=bool] - | [,&amp;nbsp;AttributesOnly=bool] - | ||
[,&nbsp;ReturnAttributes=%sl] - | [,&amp;nbsp;ReturnAttributes=%sl] - | ||
[,&nbsp;BaseObject=string] ) | [,&amp;nbsp;BaseObject=string] ) | ||
</p> | </p> | ||
The syntax terms and most of the usage notes for this function are the | The syntax terms and most of the usage notes for this function are the | ||
same as those for <var>[[FindEQ ( | same as those for <var>[[FindEQ (LDAP function)|FindEQ]]</var>. | ||
For additional information, see [[LDAP Helper#Using the Find methods|"Using the Find methods"]]. | For additional information, see [[LDAP Helper#Using the Find methods|"Using the Find methods"]]. | ||
==See also== | ==See also== | ||
{{Template:LDAP:FindGE footer}} | {{Template:LDAP:FindGE footer}} |
Revision as of 22:58, 8 July 2011
Retrieve records with greater attr string values from the LDAP directory (LDAP class)
This callable
function retrieves all records (entries) from the LDAP directory
for which the attribute type you specify has a value that matches equally or
falls alphabetically after the search string you specify.
FindGE with a search string
of A
for the attribute type sn
, for example,
would find every entry keyed with an &ldquo;sn&rdquo; value that begins with
&ldquo;A&rdquo;.
Syntax
[%st =] %ld:FindGE( attrib, searchString, %doc, - [,&nbsp;AttributesOnly=bool] - [,&nbsp;ReturnAttributes=%sl] - [,&nbsp;BaseObject=string] )
The syntax terms and most of the usage notes for this function are the same as those for FindEQ.
For additional information, see "Using the Find methods".