query


Related Questions
Hi Eveybody Im triying execute the next endpoint http://localhost:8080/nuxeo/api/v1/search/lang/(psq,sql,potsgressql,etc)l/execute?query=SELECT * FROM documento_base But the execute return a Exception: … “infos”: [], “statusCode”: 400, ...
  0 votes
  1 answers
  0 comments
  769 views

I am using Nuxeo rest APIs to upload images and some APIs are taking too much time on less tps (tested for 4 and 6 tps). After monitoring, I found that there is an update query for kv_transient_batchmanagercache table which is taking too much time ...
  0 votes
  0 answers
  2 comments
  673 views

Hi there! This questien is connected to question here: https://answers.nuxeo.com/general/q/dd5e7c4e1a5f4a3187eb8196af824ffb/NXQL-Cast-string-column-to-integ I would like to ask why some(not all) of my custom properties in custom types can't be ...
  0 votes
  0 answers
  1 comments
  1764 views

Hi, I'm use Automation Client to connecto to Nuxeo REST API. I use “Document.Query” operation. My client said me that only like 2 Page. The result of search is 2 documents, and pageSize is 5. I call for first Page with currentPageIndex=1, but when y ...
  0 votes
  2 answers
  3 comments
  2606 views

  0 votes
  1 answers
  1 comments
  1804 views

With such a schema <ubx_convention:avis> <item> <instance>Instance Centrales/Conseil d'administration</instance> <date>2014-10-09T22:00:00.00Z</date> </item> <item> <instance>Instance ...
  0 votes
  1 answers
  0 comments
  2178 views

Hi, I'm using the Nuxeo 5.9.3 to manage the picture files and I'm using the Drupal with the Cmis module to get the images from Nuxeo. I need to have more fields added to the picture like a “reference” field. I'm using the Nuxeo Studio to do this ...
  0 votes
  0 answers
  0 comments
  2214 views

Scenario: 1 - Create two Files. 2 - Create a Note. 3 - Create a Relation using File and Note. 4 - Want Return all files in a LEFT JOIN Query with Notes. SELECT F.* FROM File F LEFT JOIN Relation R ON R.cmis:sourceId = F.cmis:objectId Expected: All ...
  1 votes
  1 answers
  1 comments
  1984 views

If dc:subjects is not set, am I correct that “quantified in predicate” (ANY dc:subjects NOT IN ('foo')) is FALSE? This is because at least one dc:subjects would need to exist that is not 'foo', right?
  0 votes
  1 answers
  0 comments
  1810 views

A CMIS Query with a “null predicate” containing a “multi-valued-column reference” throws an exception. A sample query that demonstrates the problem is listed below as is the exception stack trace. Please confirm this is a bug that I should record in ...
  0 votes
  1 answers
  3 comments
  4501 views

Hi! Im having some problem find files that have hyphen and underscore in the name, someone know how I can do that ? Regards, Rafael Bueno
  0 votes
  1 answers
  0 comments
  1502 views

I would like to be able to query Ordered Folders in CMIS using the ecm:pos property much like NXQL. Would it be reasonable to support ecm:pos as an additional, nuxeo-specific property in CMISQL?
  0 votes
  1 answers
  1 comments
  1806 views

The following CMIS Query with a JOIN to secondary type 'Folderish' fails to parse in Nuxeo 5.7.2. Should this work or does it require full CMIS 1.1 support which has not yet been implemented? Query: curl -u Administrator:Administrator ...
  0 votes
  1 answers
  1 comments
  3169 views

When I invoke the following CMIS Query that contains multiple LEFT OUTER JOINs to both File and Note against the Nuxeo Demo server, no results are returned. OTOH, when I invoke separate queries with a single LEFT OUTER JOIN to File and Note ...
  0 votes
  1 answers
  2 comments
  3536 views

Using CMIS Workbench 0.10.0 with the Browser Binding against the Nuxeo 5.7.2 Demo server, all query attempts result in the error below. In this case, I attempted the default “SELECT * FROM cmis:document” query. CMIS Workbench 0.7.0 also generates ...
  0 votes
  1 answers
  3 comments
  2646 views

When I invoke the following CMIS JOIN Query against the Nuxeo Demo server, the d.nuxeo:contentStreamDigest and f.cmis:path properties in the result set are not populated. OTOH, when I invoke separate cmis:document and cmis:folder queries, these ...
  0 votes
  0 answers
  2 comments
  2577 views

Hello, In nuxeo studio, after execution of nxql query, how can I get a number of results ? ex : Execution of nxql query : fetch > query : SELECT * FROM Document WHERE mydocumenttype:variable= DATE '@{CurrentDate.format(“yyyy-MM-dd”)}' and ...
  0 votes
  2 answers
  2 comments
  3138 views