[ http://issues.apache.org/jira/browse/DIRSERVER-249?page=comments#action_12366090 ]
Emmanuel Lecharny commented on DIRSERVER-249: --------------------------------------------- Hasn't it been fixed (Looks like another JIRA issue to me) > Filters with less specific attributes do not return matching entries with > more specific attribute with the value > ---------------------------------------------------------------------------------------------------------------- > > Key: DIRSERVER-249 > URL: http://issues.apache.org/jira/browse/DIRSERVER-249 > Project: Directory ApacheDS > Type: Bug > Components: core > Versions: 1.0-RC1 > Reporter: Alex Karasulu > Assignee: Alex Karasulu > Fix For: 1.0-RC2 > > The filter, (name="Tori Amos") will not return an entry in scope that has a > cn attribute that equals "Tori Amos". Or at least I think this is the case. > Workiing off memory here so I would need to confirm this. > One way in which this can be solved would be to expand and replace the node > with all the subclasses of the attribute. For the example above we would > expand out to (| (cn="Tori Amos") (sn="Tori Amos") (name="Tori Amos") > (givenName="Tori Amos) ). This would work but it would choke the search > engine. We could do this with an interceptor too ... i.e. transform the > filter on the way in to a search(). > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
