[
https://issues.apache.org/jira/browse/DIRSERVER-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888604#action_12888604
]
Emmanuel Lecharny commented on DIRSERVER-971:
---------------------------------------------
The FilterParser has been modified to remove the Undefined nodes :
- if and AndNode has at least one Undefined node, it resolves to Undefined
- if an OrNode has all its node Undefined, it resolves to Undefined
- if a NotNode has a UndefinedNode, it resolves to Undefined
Some more tests are to be added to check that the fix is covering all the cases
> Provide specific filter nodes for True, False and Undefined, and handle them
> in the search engine
> -------------------------------------------------------------------------------------------------
>
> Key: DIRSERVER-971
> URL: https://issues.apache.org/jira/browse/DIRSERVER-971
> Project: Directory ApacheDS
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.5.0, 1.0
> Reporter: Ersin Er
> Assignee: Emmanuel Lecharny
> Fix For: 2.0.0-RC1
>
>
> We need to be able to construct or modify search filters with special nodes
> for True, False and Undefined. And the search engine should be able to handle
> these. This is especially needed for DIRSERVER-955.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.