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: Re: [cmis] [DRAFT REVIEW] v1.1 working draft 03 - Query section


Thanks Jane! I have updated the draft [1].

Regards,

Florian


[1] https://tools.oasis-open.org/version-control/browse/wsvn/cmis/trunk/cmis-v1.1/tex/cmis-v1.1-wd04.pdf


From: Jane Doong <jku@us.ibm.com>
To: "cmis@lists.oasis-open.org" <cmis@lists.oasis-open.org>
Subject: [cmis] [DRAFT REVIEW] v1.1 working draft 03 - Query section

Hi,
[DRAFT REVIEW] v1.1 working draft 03

I have a few comments on the Query section.

----------------
2.1.14.1.2 Secondary Type Projection (pg 96)
Example has an extra comma (,) at the end of the 'SELECT' line.

SELECT cmis:name, pic:exif.xResolution, pic:exif.yResolution,
FROM cmis:document
WHERE pic:exif.exposureTime < 0.002

-----------------
2.1.14.2.4.4 CONTAINS() predicate function (pg 102)
Usage section references capabilityQuery. Please clarify with the relevant attribute values.
See similar reference in 2.1.14.2.3.1 Join support.

Usage:
This is a predicate function that encapsulates the full-text search capability that MAY be provided
by a repository. See the optional capability attribute capabilityQuery.
<ADD>

  • fulltextonly Only queries that filter based on the full-text content of documents can be fulfilled.
    Specifically, only the CONTAINS() predicate function can be included in the WHERE clause.
  • bothseparate The repository can fulfill queries that filter EITHER on the full-text content of documents
    OR on their properties, but NOT if both types of filters are included in the same query.
  • bothcombined The repository can fulfill queries that filter on both the full-text content of documents
    and their properties in the same query.
</ADD>

-------------------------
2.1.14.3 Escaping (pg 104)
2nd sentence:
text _expression_ => text search _expression_.


-------------------------
2.1.14.3 Escaping (pg 105)
1st bullet, reference to single quote is wrong:

The double character \' represents a literal single-quote (') character.
should be:
The double character '' represents a literal single-quote (') character.

-------------------------

Thanks!

Regards,

Jane Doong
古秀倫
ECM Collaboration Services and CMIS development
IBM Silicon Valley Laboratory
jku@us.ibm.com
Phone:(408)463-3572 Tie-line: 8-543-3572
Have a great day!





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