You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lécharny (Jira)" <ji...@apache.org> on 2020/03/19 18:36:01 UTC

[jira] [Updated] (DIRSERVER-2148) A Search on an Attribute that does not have a Substring MatchingRule should always do a full scan

     [ https://issues.apache.org/jira/browse/DIRSERVER-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lécharny updated DIRSERVER-2148:
-----------------------------------------
    Fix Version/s:     (was: 2.0.0.AM26)
                   2.0.0.AM27

> A Search on an Attribute that does not have a Substring MatchingRule should always do a full scan
> -------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-2148
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2148
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 2.0.0-M21
>            Reporter: Emmanuel Lécharny
>            Priority: Major
>             Fix For: 2.0.0.AM27
>
>
> Searches using a filter like {{(ObjectClass=org*)}} should do a full scan, as the {{ObjectClass}} attributeType does not have a {{SUBSTRING}} matching rule :
> {noformat}
> attributetype ( 2.5.4.0 
> 	NAME 'objectClass' 
> 	DESC 'RFC2256: object classes of the entity' 
> 	EQUALITY objectIdentifierMatch 
> 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 
>  )
> {noformat}
> Currently, we bypass this missing {{SUBSTRING}} matching rule, by using a default substring search. This is wrong. In this very case, the search should return nothing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org