You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Sebastian Danninger <se...@googlemail.com> on 2013/06/05 14:36:07 UTC

CMIS Query using all properties

Dear chemistries,

is there a simple way to query all metadata (including fulltext)? I need
something like

SELECT * FROM cmis:document WHERE any='SEARCHQUERY'

The current approach I see is to build a query by linking all metadata with
OR

SELECT * FROM cmis:document WHERE cmis:name='SEARCHQUERY' OR
cmis:creator='SEARCHQUERY' .....

thanks for your help

Sebastian