[Date Prev][Date Next] [Chronological] [Thread] [Top]

[Protocol] greaterOrEqual and lessOrEqual



Note to self:
 
The text in 4.5.1.7.3 SearchRequest.filter.greaterOrEqual and 4.5.1.7.4 SearchRequest.filter.lessOrEqual is backward.
 
The matching rule for greaterOrEqual is defined by the ORDERING rule. The assertion is TRUE when the application of the ORDERING rule returns FALSE.
 
The matching rules for lessOrEqual are defined by the ORDERING and EQUALITY. The assertion is TRUE when either the ORDERING or EQUALITY rule returns TRUE.
 
Jim