Re-export of the structured Filter union for callers building filters directly.
BER-encodes a structured Filter into the context-tagged bytes used inside a SearchRequest.
The structured filter.
The encoded filter element.
If a composite filter has no members.
1.0.0
encodeFilter({ type: 'present', attribute: 'mail' }); Copy
encodeFilter({ type: 'present', attribute: 'mail' });
Re-export of the structured Filter union for callers building filters directly.