OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (CMIS-286) CONTAINS() descriptionand BNF do not agree.


CONTAINS() description and BNF do not agree.
--------------------------------------------

                 Key: CMIS-286
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-286
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Domain Model
    Affects Versions: Draft 0.62
            Reporter: Ryan McVeigh
            Assignee: Ethan Gur-esh
            Priority: Minor


Section 2.9.2.3.3:  The description of CONTAINS says that CONTAINS can only appear once and may only be ANDed with the aggregate of all other predicates.  However, the BNF is not written that way - it is written such that CONTAINS may appear anywhere in the search WHERE clause.

The BNF needs to be updated to reflect the above restriction - taking a stab at it:

Currently:

<where clause> ::= WHERE <search condition>

<predicate> ::= <comparison predicate> | <in predicate> | <like  
predicate> | <null predicate>
| <quantified comparison predicate> | <quantified in predicate> <text
| search predicate> | <folder predicate>

Should be:

<where clause> ::= WHERE <where search condition> <where search condition> ::=  { <search condition> [ AND <text search  
predicate> ] }
        | { <text search predicate> AND <search condition> }

<predicate> ::= <comparison predicate> | <in predicate> | <like  
predicate> | <null predicate>
| <quantified comparison predicate> | <quantified in predicate> |
<folder predicate>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]