Hello, I would like to use Apache’s FilterParser to parser RFC style queries.
However, digging into your APIs, I couldn’t figure out how to navigate under the parsed filter structure. My goal is to iterate over parser attributes and construct a MongoDB’s filter object. import org.apache.directory.shared.ldap.filter.FilterParser; final ExprNode filter = FilterParser.parse(“(name=Davi)”); Would you have an example of iterating over the parsed filter? Thanks and Regards, Davi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
