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
