PageProvider


Related Questions
I have defined an ElasticSearch pageprovider in my nuxeo studio. When i call Repository.PageProvider operation to get data using the ElasticSerach pageprovider i found out that the first calls go to elastic to bring the documents from elastic search ...
  0 votes
  0 answers
  0 comments
  1045 views

Hi, I am trying to override the default search form to add some custom fields and remove the fields “nature”, “subject” and “coverage”. I copy-pasted the code from nuxeo-default-search-form , removed the widgets that I did not want and added one for ...
  0 votes
  1 answers
  1 comments
  1333 views

Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. ...
  0 votes
  0 answers
  0 comments
  917 views

I'm trying to retrieve document custom schema properties via a REST call. I am only able to pull basic document details. I would like to pull the custom schema fields for my document type via rest. Is this possible, and if so how can it be done? ...
  0 votes
  2 answers
  0 comments
  1211 views

Hello all, After Installing the adobe connector do Nuxeo platform and installed the Nuxeo connector into Adobe InDesign, when trying to connect to Nuxeo server from Adobe InDesign I get this error: 2019-09-09T13:45:51,729 ERROR ...
  0 votes
  0 answers
  0 comments
  1224 views

Hello, What is the best solution to sort page provider result by number of downloads ? Thanks.
  0 votes
  3 answers
  1 comments
  1162 views

I just added 2 filter with the relatives aggregators with 2 different doctype in nuxeo-default-search-form and everithing works correctly. I didn't show a field in the search results, I don't know WHY. this field is showed correctly with common ...
  1 votes
  1 answers
  1 comments
  2525 views

Hello, A newbie question: how can I pass parameters to NXQL request of a Page Provider via WebUI Designer ? I'm trying to create a customized content view for a Folderish document. I created a Page Provider in Nuxeo Studio Modeler as follows: Then ...
  0 votes
  1 answers
  2 comments
  9891 views

Hello, We have a problem related with the query defined in a page provider. We are using Nuxeo 7.10. We are using the widgetType singleDocumentSuggestion . The following page provider works correctly: <coreQueryPageProvider name="test"> ...
  0 votes
  0 answers
  0 comments
  2593 views

I m trying to build a content view that should either query a year field or fetch document created last year. Is there an equivalent in EL to a MVEL expression such as @{CurrentDate.years(1).format("yyyy")}
  0 votes
  0 answers
  1 comments
  1803 views