[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CAP Example READ-1



On Thursday, March 18, 1999 8:36 PM, Tony Small wrote, in part:

>Can we add a RESULTSTART property?  For instance:
>
>C: MAXRESULTS:20
>C: RESULTSTART:10
>
>This example would return the results 10 through 30.
>If there is no resultstart, then it's assumed to be zero.
>
>If a CUA can retrieve a specific number of results, it would seem that it
>would also need to be able to retrieve results that follow.  We wouldn't
>want to have to retrieve more than needed.


Tony: The results are not currently sequenced other than the ORDERBY clause
given in a VQUERY. If we wanted to further "order" them, what would we
sequence them by?

If you say you want 20 results, then I think the CS should return the first,
implementation-dependent 20 results. After that, if you ask for 20 more, you
get up to 20 more, but in an implementation and session-dependent sequence,
beyond that prescribed by any ORDERBY VQUERY clause.

Is this okay with everyone?

- - Frank

THAT IS,