Howard Chu wrote: > Illegal filters are supposed to be ignored; certainly no diagnostic > should be sent back to any client. Well... I think _illegal_ filters should get a protocolError. OTOH filtering for unrecognized schema should get no error or diagnostic, the filter component just evaluates to Undefined (like False, except Not(Undefined) = Undefined). -- Hallvard