page-provider
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
9187 views
We have a section in Nuxeo for employee photos. These files are their own doctype contained in a custom, folderish doctype called “Library.” For this Library, I have created a custom page provider with predicates and aggregates of schema fields ...
0 votes
2 answers
7 comments
1413 views
Hello, Can we process the following request with a generic page provider SELECT * FROM Document WHERE dc:language = '' OR dc:language IS NULL For information I managed to look for the nulls but I don't know how to add a predicate on the empty space ...
0 votes
1 answers
1 comments
1175 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
1015 views
Hello, What is the best solution to sort page provider result by number of downloads ? Thanks.
0 votes
3 answers
1 comments
1218 views
Hi, I just create a page provider with result form and a menu item with param auto set to true. When I click on the menu item the form is displayed and the request is executed each time a param is changed. I would like to execute the request each ...
0 votes
1 answers
0 comments
1347 views
Hi :) I want to reuse nuxeo single document suggestion component.In “single_document_suggestion_widget_template.xhtml” i dont see a pageProvider property.Can someone help me please?
0 votes
0 answers
0 comments
1414 views
Hello, I'm trying to use the nuxeo-results-view element to display a custom listing on a documents layout. I created the page-provider and a page-provider results layout. Then I used the following HTML fragment to embed it in the layout: ...
0 votes
3 answers
1 comments
2806 views