Subject: Why Virtual List View (VLV) Control Must Be Used In Conjunction With Sort Control?
Author: SteveHB
In response to: Who Supports VLV Control?
Posted on: 04/14/2009 07:09:33 PM
For browsing huge amount of search results, Paged Results Control can be used on it own where the results can be returned in any order; but the Virtual List View (VLV) Control is aimed to bring back results which are sorted. In that sense, it must be used with Server-Side Sort (SSS) Control.
On the other hand, only attribute value is specified as greaterThanOrEqual as the follows:
VirtualListViewRequest ::= SEQUENCE {
....
greaterThanOrEqual [1] AssertionValue
},
}
Which attribute type (sn, cn or any) is this value associated with? That attribute type is specified and passed in another control -- Server-Side Sort Control. For this reason, VLV Control needs Sort Control.
>
> On 04/14/2009 06:49:53 PM
SteveHB wrote:
SunOne Directory Server & Fedora Directory Server support Virtual List View (VLV) Control, in replacement of Paged Results Control.
Active Directory Server supports VLV Control since AD2003, AD 2008
References: